-
Download and install Docker for windows : https://docs.docker.com/desktop/windows/install/
-
Download docker-compose.yml file from this repository
-
Run below command in the same directory where you download docker-compose.yml file
docker compose up --build -d
-
For first time installation it can take upto 10 minutes to complete after you run the command from step-3
If all goes well, you can start using the application from http://localhost:4200
Download and install : https://dev.mysql.com/downloads/mysql/
More db scripts to come as we progress on Database design.