Members of CS3219 Project Group 39:
- Ho Jun Hao
- Jerald Kiew
- Zoe Ang
- Li Yingming
- Jason Qiu
- Clone this repository.
git clone https://github.com/CS3219-AY2425S1/cs3219-ay2425s1-project-g39.git
cd cs3219-ay2425s1-project-g39
- Add environment variables.
Add the provided secret .env folder in the root directory cs3219-ay2425s1-project-g39
- Run the docker containers.
docker compose up -d
Congratulations! You have successfully set up PeerPrep. 🎉
When you open up the webpage, you should see the following welcome page:
Sign up for an account with your email address and password, and use that to log in. Once you have logged in, you should see the following page:
From here, just click on any of the questions to see their descriptions. You can filter for any topic or difficulty of your choosing using the selectors.
- Stop and remove the docker containers and images.
docker compose up --rmi "all"