Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/grpc-nodejs-poc


https://github.com/crazyoptimist/grpc-nodejs-poc

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# gRPC Node.js POC

### Generate code from protobuf

```bash
make generate proto=${file_name}
```

### Database migrations/seeds

Make a new migration file:
```bash
yarn knex migrate:make blogs
```

Make a new seed file:
```bash
yarn knex seed:make blogs
```

Everything is already in the knex doc :D