A Docker Compose configuration to execute my to do web app (api and front).
This repository is a challenge of the Kotlin - Backend Developer bootcamp offered by TQI and Digital Innovation One.
- Bash (5.1.16)
- Docker (23.0.3)
- Docker Compose (1.29.2)
In your terminal, clone the repository.
git clone git@github.com:gccunha015-dio/creating_a_container_of_a_web_application.git
Enter the directory cloned.
cd creating_a_container_of_a_web_application
Execute the run.sh
script.
./run.sh
Wait a few seconds for the services to be up then navigate to http://localhost:3000/ in your web browser.