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
- Host: GitHub
- URL: https://github.com/leondejong/node-express-sequelize-graphql-example
- Owner: leondejong
- License: apache-2.0
- Archived: true
- Created: 2018-01-24T21:29:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T12:29:27.000Z (over 7 years ago)
- Last Synced: 2025-03-26T23:14:45.446Z (9 months ago)
- Topics: example, express, express-graphql, expressjs, graphql, graphql-js, javascript, node, nodejs, sequalizejs
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`.