Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

wcoots/final-year-project

Repository files navigation

Start Frontend

cd frontend
yarn serve

Start Backend Server

cd backend
npm run server

Start Matchmaking Server

cd backend
npm run match

Start Result Processing Server

cd backend
npm run process