Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:13:36.000Z (3 months ago)
- Last Synced: 2024-11-09T15:31:16.912Z (2 months 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
[![NPM](https://img.shields.io/npm/l/react)](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 WAMPNo 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
```