todo-backend API server for todo web application how to run it 1. install openjdk11 install openjdk11 guide for window 2. install & run MySQL with docker (recommend) install docker run docker-compose up command without docker install mysql 8.0.x 3. run server with intellij click Run 'TodoApplication' button with command line ./gradlew bootRun swagger-ui local: http://localhost:8088/swagger-ui.html