It is a simple todo backend app that build with Spring Boot and H2 database. How to run Clone the repository Run the following command docker build -t todo-app . docker run -p 8080:8080 todo-app Deployed to Google cloud https://todo-service-681005455667.us-central1.run.app/swagger-ui/index.html