Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 950 Bytes

README.adoc

File metadata and controls

18 lines (12 loc) · 950 Bytes

Spring Boot Inventory Application with MySQL

Overview

This is a simple inventory management application built with Spring Boot and MySQL. The application allows users to manage and track inventory items, including adding new items, updating quantities, and viewing the current stock.

Features

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on inventory items.

  • MySQL Database: Utilizes a MySQL database to store and retrieve inventory data.

  • RESTful API: Exposes a RESTful API for interacting with the inventory system.

  • Swagger Documentation: Includes Swagger documentation for easy API exploration.

Technologies Used