A Dockerized REST-API Server implemented with Spring together with a MySQL Database Installation Guide Step 1 Make sure you have docker and docker-compose installed on your machine Step 2 Clone this project Step 3 Open a terminal in the project directory and run the following command: docker-compose up -d To see the logs: docker-compose logs -f Congratulations!! The server is up and running at: -> http://localhost:8080