Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 998 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 998 Bytes

GraphQL-Tutorial

In this repository I have implemented a basic GraphQL for query and mutation. This is the code that I discussed while explaining the GraphQL functionality and its implementation in ExpressJS

This code can be used to build a sophisticated production API using GraphQL and expressJS.

Installation and Running

To run this repo you must install its dependencies using below command:

npm install

and then you can spin up the server using nodemon by running below command:

npm run dev

Reference & other mentioned Links

Other