Skip to content

GraphQL API in Node.js with Apollo Server, PostgreSQL and Heroku Connect.

License

Notifications You must be signed in to change notification settings

heroku-examples/graphql-rent-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Node.js API Example

This is an example of a GraphQL API in Node.js with Apollo Server, PostgreSQL and Heroku Connect.

Installation

npm install

Configuration

Please set the following environment variables to run the application

  • DATABASE_URL - PostgreSQL Connection String

Setup Database

npx sequelize db:migrate
npx sequelize db:seed:all

License

See LICENSE file.

About

GraphQL API in Node.js with Apollo Server, PostgreSQL and Heroku Connect.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published