The following is simple todo REST API using the Spring Boot Framework. The API allow you to add item to a to-do list, update, select and remove from the list.
This project is a basic Spring Boot REST API that serves as an introduction to building web services with Spring Boot. It includes: ...