Skip to content

zagola/shopping-list_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List v1

Simple application to create shopping list.

Database

Build and run docker with a database instance

$ docker build -t shoppinglist database/
$ docker run -p 3306:3306 -d shoppinglist 

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