Anmol46 / inventory-management-system

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%