Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 290 Bytes

graphql-demo

A demo project showing how to setup and use GraphQL with Node

Set Up

Install the sample database following the steps in this link

Start Application

Run the following commands in the root directory.

npm i
npm start