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