... | ... | @@ -25,8 +25,45 @@ TODO |
|
|
|
|
|
### Backend
|
|
|
|
|
|
TODO
|
|
|
## Visão Geral
|
|
|
Backend desenvolvido em Java Spring Boot para gerenciamento de End-points. Segue uma arquitetura limpa com separação clara de camadas.
|
|
|
|
|
|
## Arquitetura
|
|
|
|
|
|

|
|
|
|
|
|
## Estrutura de Pastas
|
|
|

|
|
|
## Como Executar
|
|
|
|
|
|
### Pré-requisitos
|
|
|
- Java 17+
|
|
|
- Maven
|
|
|
- Docker (opcional)
|
|
|
|
|
|
### Comandos Úteis
|
|
|
|
|
|
**Executar localmente:**
|
|
|
```bash
|
|
|
cd pointtils
|
|
|
./mvnw spring-boot:run
|
|
|
```
|
|
|
|
|
|
**Buildar e executar com Docker:**
|
|
|
```bash
|
|
|
docker-compose up --build
|
|
|
```
|
|
|
|
|
|
**Executar testes:**
|
|
|
```bash
|
|
|
./mvnw test
|
|
|
```
|
|
|
|
|
|
**Gerar documentação Swagger:**
|
|
|
Documentação disponível no seguinte endereço:
|
|
|
```
|
|
|
https://backend-v5gs.onrender.com/swagger-ui/index.html
|
|
|
```
|
|
|
### Frontend
|
|
|
|
|
|
TODO |
|
|
\ No newline at end of file |