Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 317 Bytes

GraphQL and Postgres

A project to demonstrate a simple GraphQL server using Postgres as database and Sequelize as ORM.

Prereq

  1. NodeJS
  2. Postgres
  3. babel-node

Setup

  1. Install everything under prereq
  2. Create a new Postgres database named relay
  3. Run the database

Run

babel-node server.js