A small project management application created using Node.js , React, MongoDB and GraphQL
https://projemgmtgql-app.herokuapp.com/
Clone the project
git clone https://github.com/comingback2life/project-mgmt-graphQL
For Frontend
cd client
Install dependencies
npm install
Start the server
npm start
For Backend
Install dependencies
npm install
Start the server
npm start