Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.58 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.58 KB

Review Assignment Due Date

System Architecture

cs3219_overall_architecture-overall architecture drawio

More can be read in our report.

Setting up our environment locally

Note: Ensure you have installed Docker Compose.

Local Deployment Architecture

cs3219_overall_architecture-local deployment drawio (3)

Instructions on setting up local deployment

  1. Download the environment variables from the folder on Canvas.

  2. Create a new .env file in the root directory / and paste all the contents into this file. (Location of .env file is illustrated below)

image

  1. In the root directory /, run docker compose -p peerprep up to launch the backend services.

  2. Wait for the containers to stabilize before proceeding with the application.

Console: (Fully deployed state)

image

The last container should indicate that frontend is live at http://localhost:3000.