Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 545 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 545 Bytes

Project Management Application using GraphQL

A small project management application created using Node.js , React, MongoDB and GraphQL

Live Link

https://projemgmtgql-app.herokuapp.com/

Run Locally

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