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 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T21:01:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T11:55:23.344Z (about 1 year 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`