Skip to content

SamBSalgado/-Backend-Inventory_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

29 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Inventory Manager - Backend

This is the backend repository of the inventory management application. It provides the API for product management, filtering, sorting, and obtaining inventory metrics.

๐Ÿš€ Characteristics

  • ๐Ÿ“ฆ 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.

๐Ÿ› ๏ธ Technologies Used

โš™๏ธ Instalation and Configuration

  1. Clone the repository:

    git clone https://github.com/SamBSalgado/-Backend-Inventory_Manager.git
  2. Compile and run the project:

    mvn spring-boot:run
  3. The API will be available in:

    http://localhost:9090/products
    

๐Ÿ“Œ Aditional Notes

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages