Java 8 or later installed. Docker or MySQL installed.
The docker-compose file in src/main/docker/mysql.yml provides a default database, user and password for the application to use.
Linux:
./run-mysql.shWindows:
run-mysql.cmd./mvnw package
java -jar ./target/todo-0.0.1-SNAPSHOT.jar
OR launch from IDE
Then visit http://localhost:8081
-Home page with the Todo items


