🏆 Registry, update or delete products in the system;
🏆 Return a paginated list of products or find by barcode or ID;
🏆 Control stock levels by increasing or decreasing the quantity.
- In the terminal, clone the project:
git clone https://github.com/GilbertoJNJ/LogiStockAPI.git
- Enter in the projet diretory:
cd ~\logistockapi
- Execute the command:
mvn spring-boot:run
- To run the tests:
mvn clean test
Access documentation after building the project:
http://localhost:8080/swagger-ui.html