No description
When the platform company (CNPJ 00000000000000) already exists in the DB, RegisterAccount was failing with a unique constraint error before creating the admin user. Now the bootstrap checks for the existing company first and binds the new admin user directly to it. 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