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
- Host: GitHub
- URL: https://github.com/flasd/graphql-pg-boilerplate
- Owner: flasd
- Created: 2019-08-16T19:53:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:02:21.000Z (over 3 years ago)
- Last Synced: 2025-01-22T01:41:30.665Z (over 1 year ago)
- Language: JavaScript
- Size: 2.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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!