Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 321 Bytes

Project Mgmt App

Basic MERN stack application using GraphQL

Usage

Install

  1. Install Docker for your operating system.
  2. Install the Docker Compose tool.
  3. Run docker-compose
docker-compose up -d --build

This will start backend, frontend and MongoDB.