This is the backend repository of the inventory management application. It provides the API for product management, filtering, sorting, and obtaining inventory metrics.
- ๐ฆ Product Manager: add, edit, delete and adjust stock.
- ๐ Search and filtering: by name, category and stock availability.
- ๐ Inventory metrics: Global and category statistics.
- ๐ Sorting: by category, name, price, expiration date, and stock.
-
Clone the repository:
git clone https://github.com/SamBSalgado/-Backend-Inventory_Manager.git
-
Compile and run the project:
mvn spring-boot:run
-
The API will be available in:
http://localhost:9090/products
- Make sure that the frontend is configured to point to the correct URL of the backend.
- The frontend that consumes this API is located at:
https://github.com/SamBSalgado/Inventory_Manager.git