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