Tasks (Kodilla CRUD App) is a basic CRUD RESTful Spring Boot MVC Application.
User is able to add/update/delete various tasks (name & content) to/from a data base.
There is also additional option to export these tasks as cards to a particular set up Trello board.
Application is integrated with Trello using it's REST API https://developers.trello.com/v1.0/reference#introduction.
Tasks are sent to Trello board over HTTP protocol in JSON format.
To checkout the application please go to https://aczerska.github.io/