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