SlawomirR overall start page

Information: please be informed that Heroku needed 1 minute to start up resources.

TASKS APP - REST API with CRUD operations

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-end

Trello part Heroku part

LIBRARY APP - REST API with CRUD operations

In 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-end

CALCULATOR APP - REST API and Thymeleaf templates

In progress ... Calculator project is REST API application with embedded (as an option) web page generated by Thymeleaf engine.

Source Code Heroku front-end