Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshay196/todoapp
A simple Todo list application to demonstrate REST and gRPC protocols
https://github.com/akshay196/todoapp
Last synced: about 10 hours ago
JSON representation
A simple Todo list application to demonstrate REST and gRPC protocols
- Host: GitHub
- URL: https://github.com/akshay196/todoapp
- Owner: akshay196
- Created: 2021-07-13T04:15:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T06:07:44.000Z (over 3 years ago)
- Last Synced: 2024-06-20T16:34:23.788Z (5 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApp
This is a fairly simple Todo application to demonstrate server-client
communication using REST and later using gRPC.## TodoApp Features
1. Show todo list
2. Add item to the list
3. Mark item as Done