You need to have Docker, And Docker-Compose installed in order to build and run the application. No additional tools required.
- Downlaod using this command
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose - Grant The binery execute priv
sudo chmod +x /usr/local/bin/docker-compose
- Build the images
docker-compose build
- Spin up the continers:
docker-compose up
Access the application via http://localhost:8080