An open API service indexing awesome lists of open source software.

https://github.com/leondejong/node-express-sequelize-graphql-example

Node Express Sequelize GraphQL Example
https://github.com/leondejong/node-express-sequelize-graphql-example

example express express-graphql expressjs graphql graphql-js javascript node nodejs sequalizejs

Last synced: 2 months ago
JSON representation

Node Express Sequelize GraphQL Example

Awesome Lists containing this project

README

          

# Node Express Sequelize GraphQL Example

More about [Node](https://nodejs.org).
More about [Express](https://expressjs.com).
More about [Sequelize](http://docs.sequelizejs.com).
More about [GraphQL](http://graphql.org/).

Install: `npm install`
Run: `npm start`

Create a database and change the `dsn` in `src/index.js`

Navigate to `localhost:4000/graphql` and try the queries and mutations in `src/example.graphql`.