Skip to content

⚙️ O algalog é uma API REST de gerenciamento de entregas desenvolvida durante o evento Mergulho Spring REST da AlgaWorks.

License

Notifications You must be signed in to change notification settings

4L1C3-R4BB1T/msr-algalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

NPM

Sobre

Desenvolvimento de uma API REST de gerenciamento de entregas durante o evento Mergulho Spring REST da AlgaWorks.

Link da API no Heroku:

https://algalog-api-lg.herokuapp.com

Para as requisições utilize:

# endpoint clientes
https://algalog-api-lg.herokuapp.com/api/v1/clients

# endpoint entregas
https://algalog-api-lg.herokuapp.com/api/v1/deliveries

# endpoint ocorrências
https://algalog-api-lg.herokuapp.com/api/v1/deliveries/{deliveryId}/ocurrences

Como executar o projeto

  • Necessário ter o WAMP

No terminal, digite o comando:

./mvnw spring-boot:run 

Após, utilize os links:

# 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

About

⚙️ O algalog é uma API REST de gerenciamento de entregas desenvolvida durante o evento Mergulho Spring REST da AlgaWorks.

Topics

Resources

License

Stars

Watchers

Forks

Languages