https://github.com/4l1c3-r4bb1t/msr-algalog
⚙️ O algalog é uma API REST de gerenciamento de entregas desenvolvida durante o evento Mergulho Spring REST da AlgaWorks.
https://github.com/4l1c3-r4bb1t/msr-algalog
rest-api spring spring-rest
Last synced: about 1 month ago
JSON representation
⚙️ O algalog é uma API REST de gerenciamento de entregas desenvolvida durante o evento Mergulho Spring REST da AlgaWorks.
- Host: GitHub
- URL: https://github.com/4l1c3-r4bb1t/msr-algalog
- Owner: 4L1C3-R4BB1T
- License: mit
- Created: 2021-08-13T02:34:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:13:36.000Z (over 1 year ago)
- Last Synced: 2025-01-04T22:21:00.668Z (over 1 year ago)
- Topics: rest-api, spring, spring-rest
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/4L1C3-R4BB1T/msr-algalog/blob/main/LICENSE)
## Sobre
Desenvolvimento de uma API REST de gerenciamento de entregas durante o evento Mergulho Spring REST da [AlgaWorks](https://www.algaworks.com "Site da AlgaWorks").
### Como executar o projeto
* Necessário ter o WAMP
No terminal, digite o comando:
```bash
./mvnw spring-boot:run
```
Após, utilize os links:
```bash
# endpoint clientes
http://localhost:8080/api/v1/clients
# endpoint entregas
http://localhost:8080/api/v1/deliveries
# endpoint ocorrências
http://localhost:8080/api/v1/deliveries/{deliveryId}/ocurrences
```