/todoListApp-API

simple todo list app Restful service using Spring boot

Primary LanguageJava

todoListApp-API

This is a simple web service for a todo-list application built using Spring Boot. It is used as an example of the logic-tier in a 3-tiers architecture.

It retrieves data from an RMI server and offers services to interact with them via a client app.

Client