Instructions on how to run this application.
- First, go to github and clone this repo https://github.com/asthad1/Infinity_Travel.git
- Install Docker Desktop here's the link https://www.docker.com/products/docker-desktop/
- Open docker desktop
- Go to infinitytravel folder on your IDEs terminal
- Run this command
docker-compose up --build - Test if your docker desktop is running
- If so, dont forget to terminate the container.
- To terminate run this command
docker-compose down