No description
Replace Appwrite-based empresa route with direct Go API calls. - Remove Models.Document dependency (cause of infinite loading) - Call /api/v1/companies with auth token from localStorage - Map corporate_name, category, license_number to new API fields - Rewrite EmpresaList with proper Go Company type and clean table - Rewrite EmpresaModal with correct fields matching Go backend Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| backend | ||
| backoffice | ||
| docs | ||
| frontend | ||
| saveinmed-frontend | ||
| seeder-api | ||
| website | ||
| .gitignore | ||
| docker-compose.yml | ||
| Makefile | ||
| README.md | ||
| start.sh | ||
SaveInMed
Monorepo do SaveInMed.
Estrutura
backend/: API principal em Gofrontend/: marketplace webbackoffice/: API administrativawebsite/: site institucionaldocs/: documentacao tecnica
Desenvolvimento
main: producaohml: homologacaodev: desenvolvimento
Backend
Para subir a API localmente:
cd backend
go run ./cmd/api