This is the repository for CS3219 Group 28 PeerPrep project.
- Git (installation guide)
- Docker desktop (installation guide)
- Browser of your choice. Use
Google Chrome
,Mozilla Firefox
orSafari
for the best experience.
- Command-line terminal
-
Navigate to the directory where you want to store this project on terminal with the command below.
cd <path of the directory>
-
Clone this project to your local machine with the command below.
git clone https://github.com/CS3219-AY2223S1/cs3219-project-ay2223s1-g28.git
-
Go to the project root directory with the command below.
cd cs3219-project-ay2223s1-g28
- Rename the file
.env.sample
to.env
within each project folder except.github
,frontend
,gateway
andgke
. There are a total of 6 of them you need to rename.
- Open
Docker desktop
.
-
Run docker compose on your terminal (within this project root directory) with the command below.
docker-compose up --build -d
- Wait for awhile and make sure all the
Docker
containers are running. Otherwise, check if you have missed out any step above.
- Open browser of your choice.
- Go to
http://localhost:3000
.
- Start accessing the application.
- Enjoy! 😎
- Any browser of your choice. Use
Google Chrome
,Mozilla Firefox
orSafari
for the best experience.
- Open browser of your choice.
- Go to
https://peerprepprograms.com
.
- Start accessing the application.
- Enjoy! 😎