Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0eix/todolistapp-api
- Owner: 0eix
- Created: 2019-05-16T02:46:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T16:12:45.000Z (8 months ago)
- Last Synced: 2024-11-06T09:03:47.138Z (about 2 months ago)
- Topics: api, restful-api, rmi-client, springboot, todolist
- Language: Java
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)