Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 355 Bytes

TODO List v1

Simple application that allows user to store task into database in form of a list.

Database

Build and run docker with a database instance

$ docker build -t todo .
$ docker run -p 3306:3306 -d todo 

Development

Run development instance

$ mvn spring-boot:run

Preview