TODO application How to start Run as a docker container Build a image make Run as a container ./docker-run.sh -p <your-port> Run application on your host ./gradlew start For developer server ./gradlew startTodoServer ui cd todo-ui npm start Description TODO management application that uses the following technologies : Server Micronaut H2 Database Flyway jOOQ UI React MATERIAL-UI