The purpose of this project is to create a simple API for manage a shopping cart, supporting a web application that you can find in this repository.
Just execute:
.\mvnw clean package
java -jar .\target\users-api-0.0.1-SNAPSHOT.jarBy default, the previous commands will deploy an instance of the API on the 8080 port of your local machine.
You can test the application by using the user interface that you can find in this repository.