Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`