Project for order management
- category crud
- product crud
- customer crud
- order crud
- Clone the project
git clone https://github.com/DiegoRSousa/order-management.git
- Open in your preferred IDE
- Configure the properties files in the
src/main/resources
- And run the project
- By default, the API will be available at
http://localhost:8080
Swagger (development environment) http://localhost:8080/swagger-ui/index.html
- Java 11
- Spring Boot
- Maven
- JUnit 5
- Spring Data
- MySQL
- Flyway
- Swagger
- DevTools