=======
This project is an ordering service API, it can be used for food delivery and online product sales. This project was developed with instructions from Nelio Alves' Java and Spring Boot course, in order to exercise and improve the skills acquired during the course.
- Find, delete, post and update service users
- Find orders users
- Find products orders
- Find products categories
- Java: language used during api development.
- Spring: framework used for developing the web api using Spring Web and Spring Data JPA.
- H2 Database: test database used during application development
- Use Postman to make better use of the API's features.
# Clone project
$ git clone [email protected]:victordantas1/orders-api.git
# Install dependencies
$ mvn install
# Run project
$ mvn spring-boot:run
- The application will run at http://localhost:8080.
- /users: find a users list
- /orders: find a orders list
- /products: find a products list
- /categories: find a categories list
- /users: add a user
- /users: update a user
- /user: delete a user
- CRUD of other entities
- Anothers endpoints to find with others atributes
- A new project using hateos will be developed using this as a base
50240f3574ce1ef401a1153713c4bdb3293c83b5