feat: add Strapi API client and data fetching functions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-22 03:56:02 +00:00
parent 00d500d3d3
commit bd222376bd
3 changed files with 94 additions and 0 deletions

3
apps/web/.env.example Normal file
View File

@@ -0,0 +1,3 @@
STRAPI_URL=http://localhost:1337
STRAPI_API_TOKEN=your-api-token-here
NEXT_PUBLIC_STRAPI_URL=http://localhost:1337