This is an example of a GraphQL API in Node.js with Apollo Server, PostgreSQL and Heroku.
npm install
Please set the following environment variables to run the application
DATABASE_URL
- PostgreSQL Connection String
export NODE_ENV=production
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all
See LICENSE file.