You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sistema web para gerenciamento de profissionais de saude, atendimentos e exames laboratoriais.
Tecnologias
Backend: Java 17 + Spring Boot 3.2 + PostgreSQL
Frontend: React 18 + Axios + React Router
Infra: Docker + Docker Compose + GitHub Actions
Entidades
ProfissionalSaude
id, nome, telefone, endereco
categoria: MEDICO, FISIOTERAPEUTA, PSICOLOGO
Atendimento
id, data, horario, problema_tex, receita_saude
Vinculado a um ProfissionalSaude
ExameLab
id, descricao, resultado
Vinculado a um Atendimento
Como rodar localmente
# Com Docker Compose
docker-compose up --build
# Backend em http://localhost:8080# Frontend em http://localhost:3000# Swagger em http://localhost:8080/swagger-ui.html