No description
Find a file
2026-03-07 08:17:12 -06:00
backend feat: consolidate architecture, remove bff dependency and update backend/frontend modules 2026-03-07 06:40:42 -06:00
backoffice feat: corrige login e adiciona documentação de regras de negócio 2026-02-14 16:44:50 -03:00
docs chore: organize documentation, fix infinite loops in hooks, and sync package.json 2026-03-06 11:13:43 -06:00
frontend refactor(frontend): type legacy cart management flow 2026-03-07 08:17:12 -06: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
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

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