This is a spring MVC application using some concepts of clean code, please feel free to look around! Any feedbacks about the app or the architecture will be pretty welcome!
- Java
- Spring
Here is a checklist of things that will be implemented in the project:
- Unit tests
- Integration tests
- Dependency injection using constructor instead of @Autowired
- Global Exception Handler
- Use case to define if the order is closed, waiting ect...
- Add roles to application
./gradlew bootRun