/graphql-recipe-server

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

Primary LanguageJavaScript

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.