Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

28 lines (14 loc) · 1.37 KB

Review Assignment Due Date

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.