- Install Docker
- Clone git repository
Open your terminal and clone this repository into a directory of your choice.
cd <path to directory of choice>
git clone https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g27.git
- Build and run local docker environment
Start up your docker desktop application and ensure that docker daemon is up and running. Then, use this command to boot up the local development environment:
docker-compose up
- Access the application
You can now access the frontend of the application at http://localhost:80