Skip to content

bradtraversy/project-mgmt-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Mgmt App

Project management app from my GraphQL crash course on YouTube

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.