CS372 Course Project

Installation

  1. Install npm
  2. Install yarn
  3. Install mongoDB
  4. Run yarn at the root of the project to install root dependencies.
  5. Run yarn build at the root of the project to install dependencies.

Run the Application Locally

  1. Development mode: Run yarn dev at the root of the project to start the server and client
  2. Navigate to http://localhost:3000/

Run Tests

  1. Run yarn test at the root of the project