Building simple CRUD Spring Boot application from scratch.
Using Spring JPA to access PostgreSQL, Spring REST to send JSON on frontend which is thymeleaf html page. Testing service with JUnit and Mockito frameworks. Using pure js, html, css to make server requests and render data in browser page without page reload.
Code is available by link: https://github.com/caligula95/spring_...