Repository for QuestSpace: a web application that enables organizations to customize, host and manage co-curricular contests online.
- Install node from https://nodejs.org/ (Code tested on v14.16.1)
- Install mongodb from https://docs.mongodb.com/manual/installation/
- Open a linux-based terminal and type the following:
cd QuestSpace
npm install
cd front-end
npm install
npm run build
cd ..
npm run test