ShaneCarr / graphql-recipe-server

Tutorial code for "How To Set Up a GraphQL Server in Node.js with Apollo Server and Sequelize".

Home Page:https://www.digitalocean.com/community/tutorials/how-to-set-up-a-graphql-server-in-node-js-with-apollo-server-and-sequelize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-recipe-server

Getting Started

Clone the project repository by running the command below if you use SSH

$ git clone git@github.com:ammezie/graphql-recipe-server.git

If you use https, use this instead

$ git clone https://github.com/ammezie/graphql-recipe-server.git

Server setup

After cloning, run:

$ npm install

Create database

$ touch database.sqlite
npm start

The server will be running on http://localhost:4000.

About

Tutorial code for "How To Set Up a GraphQL Server in Node.js with Apollo Server and Sequelize".

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-graphql-server-in-node-js-with-apollo-server-and-sequelize


Languages

Language:JavaScript 100.0%