This application is a REST API for creating, updating and retrieving single todo tasks. (/todo) There is also an endpoint for validating a query string to check if it has matching brackets (tasks/validateBrackets)
Tech:
- Spring Boot 2
This app was built for the primary purpose as a test for a prospective employer.
Here is a link to a demo of the API
Here is a link to the swagger doc
- Add more commenting to code.
- Remove any unused or unnecessary annotations