Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 435 Bytes

File metadata and controls

13 lines (9 loc) · 435 Bytes

Node Express Sequelize GraphQL Example

More about Node.
More about Express.
More about Sequelize.
More about GraphQL.

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.