This is the repository for CS3219 Group 28 PeerPrep project.
- Rename
.env.sample
file to.env
. - Create a Cloud DB URL using Mongo Atlas.
- Enter the DB URL created as
DB_CLOUD_URI
in.env
file. - Install npm packages using
npm i
. - Run User Service using
npm run dev
.
- Install npm packages using
npm i
. - Run Matching Service using
npm run dev
.
- Install npm packages using
npm i
. - Run Frontend using
npm start
.
This service is used to Create, Remove, Get the interview questions in the Room page.
- Rename
.env.sample
file to.env
. - Create a Cloud DB URL using Mongo Atlas.
- Enter the DB URL created as
DB_CLOUD_URI
in.env
file. - Install npm packages using
npm i
. - Run Question Service using
npm start
.