Ajusta bootstrap e portas para subida sem conflitos

This commit is contained in:
Frederico Castro
2025-12-12 22:44:12 -03:00
parent a768fadbe2
commit 3edd81dbcb
5 changed files with 66 additions and 11 deletions

View File

@@ -150,7 +150,7 @@ ORACLE_DSN=host:1521/service_name
poetry run python src/main.py
```
A API estará disponível em `http://localhost:8000`
A API estará disponível em `http://localhost:8010`
### Frontend
@@ -185,7 +185,7 @@ cp .env.example .env
docker-compose up -d
```
- Backend: `http://localhost:8000`
- Backend: `http://localhost:8010`
- Frontend: `http://localhost`
## Endpoints da API
@@ -231,8 +231,8 @@ Health check da API.
## Documentação da API
Após iniciar o backend, acesse:
- Swagger UI: `http://localhost:8000/docs`
- ReDoc: `http://localhost:8000/redoc`
- Swagger UI: `http://localhost:8010/docs`
- ReDoc: `http://localhost:8010/redoc`
## Desenvolvimento