Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 657 Bytes

Product App

Simple apllication to manage products.

Features:

  • Manage categories
  • Manage products
  • Define product prices in many currencies

Build

$ mvn clean install

Database configuration

It is neeeded to have a local postgres database configured with users postgres, password postgres and database name productapp. You can also define a different database configuring the property file.

Running

$ mvn spring-boot:run

Using

After running, you can log in with user admin and password admin