Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0eix/todolistapp-api

simple todo list app Restful service using Spring boot
https://github.com/0eix/todolistapp-api

api restful-api rmi-client springboot todolist

Last synced: 9 days ago
JSON representation

simple todo list app Restful service using Spring boot

Awesome Lists containing this project

README

        

# 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](https://github.com/0eix/todoListApp-Persistence)
and offers services to interact with them via a [client app](https://github.com/0eix/todoListApp-client).

![Client](screenshots/api.png)