/project-mgmt-graphql

Full stack GraphQL, Express & React app (forked to play around with and learn..)

Primary LanguageJavaScript

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.