Giter Site home page Giter Site logo

inventory-management's Introduction

Inventory Management Application

License: MIT

Overview

This Inventory Management Application is an API designed to help businesses manage their inventory, purchase orders, suppliers etc. efficiently.

Features

  • Category Management: Create, update, and delete product categories.

  • Item Management: Manage product items, including name, short & long description, price, and quantity.

  • Supplier Management: Keep track of suppliers, including their contact details.

  • Store Management: Manage stores with location, type, and opening date.

  • Inventory Control: Keep inventory information for stores, manage quantity, and set thresholds, find inventories at threshold.

  • Purchase Orders: Create, approve, and track purchase orders with various statuses, update store inventory when purchase order is delivered.

  • User Management: Admin can create user, and assign roles and stores to user.

  • Exception Handling: Most Exceptions have been handled using a CustomizedErrorHandler.

  • Testing: WIP

Table of Contents

Getting Started

Frontend Demo

Code and Technology Overview

Hosting

  • Frontend: A User interface built using Next.js React Framework, Typescript and TailwindCSS, the repository, hosted on Vercel here.
  • Backend: API is currently hosted on Azure Web Apps here with a Swagger UI here
  • Slide Show with Demo: Slide Show
  • If you are not seeing any data from the backend, please be patient, the free tier on Azure is very very slow on the first request, you should see a loading icon on the Frontend while the request is being processed.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

  1. Clone the repository:

    git clone https://github.com/refinedblessing/inventory-management.git
    
  2. Navigate to the project directory:

    cd inventory-management
    
  3. Build the project using Maven:

    mvn clean package
    
  4. Run the application:

    java -jar target/inventory-management.jar
    

The application will be accessible at http://localhost:8080

Usage

Access the application in your web browser by navigating to http://localhost:8080. Use the web interface to create, update, or delete categories, items, stores, and purchase orders. Manage your inventory, view purchase orders, and track your suppliers.

API Documentation

I use Swagger UI https://inventory-master.azurewebsites.net/swagger-ui/index.html#/

inventory-management's People

Contributors

refinedblessing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.