Skip to content

Anmol46/inventory-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventory-management-system

A backend API for an inventory management system made using Spring Boot.

Features

Featured REST endpoints of this application:

● GET /invoices/{id} - Finds the invoice having the given invoice id

● GET /categories/{id}/products/{id}/pricings - Searches all the pricings of a product

● GET /suppliers - Lists all the suppliers

● GET /suppliers/{id} - Finds the supplier having the given id

● GET /categories - Lists all the category types of products present in the inventory

● GET /categories/{id} - Finds the category having the given id

About

A backend API for an inventory management system made using Spring Boot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages