Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Example of uses of graphql with koaJS and sequelize

Notifications You must be signed in to change notification settings

baloran/koa-sequelize-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KoaJS - GraphQL - Sequelize

Developed for a test for Wino.

Stack

  • NodeJS
  • KoaJS
  • Sequelize
  • GraphQL

Requirement

  • NodeJS
  • Posgresql

Install

npm i

cp config.sample.json config.json

Edit the config.json with your configuration of the personal postgresql.

sequelize db:migrate
sequelize db:seed:all

You can start the server

node app.js

Visit https://localhost:3000/graphql for graphql test.

Contributing

Pull Request are welcome 🍷❤️

About

Example of uses of graphql with koaJS and sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published