Simple apllication to manage products.
Features:
- Manage categories
- Manage products
- Define product prices in many currencies
$ mvn clean install
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.
$ mvn spring-boot:run
After running, you can log in with user admin
and password admin