Ajusta bootstrap e portas para subida sem conflitos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user