CS206 - Software Product Management - Squad Up

You can test this live here

Setting up the project

  1. Clone this repository onto your local machine.
  2. From the root folder, cd backend into the backend folder.
  3. Run pip install requirements.txt.
  4. cd ../frontend into the frontend folder.
  5. Run npm install.

Running the application

  1. From the root folder, cd backend into the backend folder.
  2. Run python app.py to start the backend.
  3. cd ../frontend into the frontend folder.
  4. Run npm start to start the frontend.