Spring Boot REST API for a case study of an online order management system
Diagram's author: Nelio Alves
Endpoint | Description |
---|---|
/categories/{id} | A category and its products |
/clients/{id} | A client, its phone nubmers, and addresses |
/orders/{id} | An order, its client, payment, order items, and delivery address |
- Spring Boot REST API
- JPA / Hibernate
- Postgresql
- Docker (docker compose)
- Heroku deployment
- Spring Security / JWT
- Gmail
- Amazon S3
This project is based on the Spring Boot course cursomc, by Nelio Alves