To run the application, first make sure Docker is installed.
Then, navigate to the project directory and do:
docker-compose buildto build the Docker imagedocker-compose upto start the server
To shut it down, open a new terminal window and navigate to the project directory again. Then, do:
docker-compose down