Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 432 Bytes

Apollo-Express & Sequelize Graphql Server

Requirements

  • Node: >=8.11.2
  • Npm: 5.x

Development & Local DB

Change development config found in

/config/config.js

to your local database settings, then

npm install

sequilize db:migrate

npm start

For continuesly refreshing server

npm install -g nodemon

nodemon start

Check https://localhost:8080/graphql to reach the playground.