No description
Find a file
2026-03-09 09:41:57 -03:00
backend fix: resolve compilation errors (missing log import and package conflicts) 2026-03-09 09:41:57 -03:00
backoffice feat: corrige login e adiciona documentação de regras de negócio 2026-02-14 16:44:50 -03:00
docs feat: implement checkout improvements, psychological fees, geocoding sync and seller dashboard updates 2026-03-09 08:57:51 -03:00
frontend feat: implement notification center in frontend shell header 2026-03-09 08:59:55 -03:00
saveinmed-frontend fix: align dev auth and bootstrap superadmin 2026-03-04 10:41:40 -06:00
seeder-api docs: add status sections to markdown files 2026-01-08 14:28:34 -03:00
website docs: add status sections to markdown files 2026-01-08 14:28:34 -03:00
.gitignore chore: remove legacy services and restructure monorepo 2026-02-25 16:51:34 -03:00
AGENT.md chore: add AGENT.md 2026-03-07 18:45:58 -03:00
docker-compose.yml Merge branch 'main' into dev 2026-03-04 09:43:50 -06:00
Makefile feat: resolve react-icons dependency, add frontend e2e and backend tests 2026-02-26 18:27:02 -03:00
README.md Merge branch 'main' into dev 2026-03-04 09:43:50 -06:00
start.sh feat(backoffice): add root route with api info and correct swagger link 2025-12-27 01:03:01 -03:00
TASKS.md feat: implement checkout improvements, psychological fees, geocoding sync and seller dashboard updates 2026-03-09 08:57:51 -03:00
TESTING.md chore: add AGENT.md 2026-03-07 18:45:58 -03:00

SaveInMed

Monorepo do SaveInMed.

Estrutura

  • backend/: API principal em Go
  • frontend/: marketplace web
  • backoffice/: API administrativa
  • website/: site institucional
  • docs/: documentacao tecnica

Desenvolvimento

  • main: producao
  • hml: homologacao
  • dev: desenvolvimento

Backend

Para subir a API localmente:

cd backend
go run ./cmd/api