This project do simple tasks list management. It is design as REST API that can be found at Heroku service: https://tasks-app-slawomirr-github.herokuapp.com. It uses Trello service to deal with tasks as cards that can be checked at: https://trello.com/b/r3PFBoTh. Tasks are stored to Heroku's PostgreSQL database through the API using standard CRUD operations. Front-end to test the functionality can be found at: https://slawomirr.github.io/tasks-app_front-end.
Source Code Use front-endIn progress ... Library project is REST API application with CRUD operations; supported H2 database in local version; API documented using Swagger; Included basic information web page using Thymeleaf templates. It is deploy to Heroku for ease access.
Source Code Heroku front-endIn progress ... Calculator project is REST API application with embedded (as an option) web page generated by Thymeleaf engine.
Source Code Heroku front-end