Skip to content

Simple Inventory Management REST API built with Spring Boot, Spring Data JPA, and MySQL. No frontend — pure JSON API tested via Postman.

Notifications You must be signed in to change notification settings

geloy-n/Basic-REST-API-Inventory-Management-Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Inventory Management REST API

A simple Inventory Management System built using Spring Boot, Spring Data JPA, and MySQL.
Follows a clean MVC architecture (Entity → Repository → Service → Controller) and exposes RESTful endpoints for managing inventory items.


📚 Features

  • Add new inventory items
  • View all inventory items
  • View a single item by ID
  • Update selected fields via PATCH
  • Delete an item
  • Uses MySQL database for persistent storage
  • No frontend — JSON API tested via Postman

About

Simple Inventory Management REST API built with Spring Boot, Spring Data JPA, and MySQL. No frontend — pure JSON API tested via Postman.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages