/graphql-pg-boilerplate

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

Primary LanguageJavaScript

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!