Skip to content

zagola/spring-todo_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published