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

https://github.com/flasd/graphql-pg-boilerplate

Production ready boilerplate for a graphql API, using Postgres, Sequelize and PM2
https://github.com/flasd/graphql-pg-boilerplate

Last synced: over 1 year ago
JSON representation

Production ready boilerplate for a graphql API, using Postgres, Sequelize and PM2

Awesome Lists containing this project

README

          

# graphql-pg-boilerplate

Steps to start developing:
- rename `.env.example` to `.env`.
- update env variables
- run `yarn run dev:db`
- run `yarn run sequelize db:create && yarn run sequelize db:migrate`
- run `yarn start`
- Done!