Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 702 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 702 Bytes

CS3219 Project (PeerPrep) - AY2425S1

Group: G12

How to Run the Project

Follow the steps below to set up and run the project using Docker Compose.

Prerequisites

Make sure Docker and Docker Compose are installed on your machine.

Installing Docker

If you haven't installed Docker yet, follow the instructions for your operating system:

  • Windows / macOS: Download Docker Desktop from here and install it.
  • Linux: Follow the instructions here.

Build and start docker container

Run these command at the root directory:

  1. docker-compose build
  2. docker-compose up