Skip to content

An Inventory Management app is a software application designed to efficiently track and manage inventory levels, orders, sales, and other related activities within a business.

Notifications You must be signed in to change notification settings

Garvitkala/InventoryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

The Inventory Management System is a Java-based application designed to manage customer information and inventory for businesses. The system includes functionality for customer registration, product management, and sales order creation.

Features

  • Customer Management: Register and log in as a customer to perform operations like searching for products and creating sales orders.
  • Product Management: As an administrator, add, delete, and list all products in the inventory.
  • Sales Order Creation: Customers can create sales orders by searching for products, adding them to the order, and placing the order.
  • Persistence: Utilizes Jakarta Persistence (JPA) for data storage and retrieval.

Getting Started

Prerequisites

To run the Inventory Management System, you need to have the following installed:

  • Java Development Kit (JDK) version 8 or higher
  • Jakarta Persistence (JPA) implementation (e.g., Hibernate)
  • Maven for building the project

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/inventory-management-system.git
    

Tech-Stack

-JAVA

About

An Inventory Management app is a software application designed to efficiently track and manage inventory levels, orders, sales, and other related activities within a business.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages