This repository contains a small Java web application
docker-machine start default
eval $(docker-machine env)
docker run --name xrebel-challenge-app -e POSTGRES_PASSWORD=changeme -d -p 5432:5432 postgres
# stop and remove the
# docker stop xrebel-challenge-app
# docker rm xrebel-challenge-app
Then run the application from your IDE.