Original repository and contibutions
Install Docker
- Open Terminal and navigate to the directory of your choice
cd path/to/directory
- Clone the repository into that directory
git clone https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g16.git
Ensure that Docker and Docker Engine is up and running in your system.
- Run the following command to build the containers.
docker-compose build
- Run the following command to start the various services and frontend
docker-compose up
-
Now you can access the frontend of the application at
http://localhost:3001/
-
For subsequent starts, you may skip the building step and run the
docker-compose up
command -
To shut down the application, open a new Terminal and run the following command to graciously shut down these containers.
docker-compose down