This is the simple RESTfull Spring Boot Application, with some integration tests. All acceptance done according to task list, if you want i can add frontend part in Angular.
- This repository is for test spring boot app and author skills
- Version 1.0
- Simple documentation Swagger URL
- Testing via postman
- MySQL is using
- mvn clean install
- mvn spring-boot:run
- mvn clean install
- docker build -t test-app:1.0 .
- docker-compose up
- localhost:4200
- first you need to register new user (user with username containing 'admin' will have ADMIN role)