Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roziscoding/grpc-todo-list
Simple gRPC todo list app implementing DDSP architecture
https://github.com/roziscoding/grpc-todo-list
Last synced: about 2 months ago
JSON representation
Simple gRPC todo list app implementing DDSP architecture
- Host: GitHub
- URL: https://github.com/roziscoding/grpc-todo-list
- Owner: roziscoding
- Created: 2019-11-07T02:52:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T21:01:02.000Z (7 months ago)
- Last Synced: 2024-10-12T13:28:06.674Z (2 months ago)
- Language: TypeScript
- Size: 488 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gRPC TODO list
===Simple project to demonstrate the use of gRPC and DDSP in a todo list.
## Running
- Clone this
- `cd grpc-todo-list`
- `npm install`
- `npm run build`
- set all environment variables defined on the [env file](.envrc.sample)
- `npm start`