Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 342 Bytes

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