Git Product home page Git Product logo

inventory-management-system's Introduction

Inventory Management System

This Inventory Management System is a full-stack web application designed to streamline the process of managing an inventory, providing users with the ability to track, update, and maintain inventory records efficiently. Built with a Spring Boot backend and a React frontend, the application offers a robust solution for small to medium-sized businesses looking for a simple yet powerful tool to handle their inventory needs.

Features

  • CRUD Operations: Users can create, read, update, and delete inventory items through a user-friendly web interface.
  • RESTful API: The backend is built using Spring Boot, exposing a RESTful API that allows for easy integration with the frontend or any other client.
  • Database Integration: Utilizes PostgreSQL for reliable data storage, ensuring data persistence and security.
  • Responsive Design: The frontend is developed with React, offering a responsive design that works seamlessly across desktop and mobile devices.
  • Error Handling: Comprehensive error handling mechanisms are implemented to provide users with clear feedback on any issues.

Technologies Used

  • Backend: Spring Boot, Spring Data JPA, Hibernate, PostgreSQL
  • Frontend: React.js, Axios, Bootstrap (for styling)
  • Build Tools & Deployment: Maven, Netlify (Frontend), Heroku (Backend)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. The project consists of two main parts: the backend (built with Spring Boot) and the frontend (built with React).

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Java JDK 11 or higher
  • Maven (for building the backend)
  • Node.js and npm (for running the frontend)
  • PostgreSQL (for the database)

Backend Setup

  1. Clone the repository to your local machine.

  2. Set up the PostgreSQL database:

    • Create a new database named inventory_management.
    • Adjust the src/main/resources/application.properties file in the backend project to include your database connection details:
      spring.datasource.url=jdbc:postgresql://localhost:5432/inventory_management
      spring.datasource.username=<your_username>
      spring.datasource.password=<your_password>
  3. Run the backend application:

    • Navigate to the root directory of the backend project.
    • Use Maven to start the application:
      mvn spring-boot:run
    • The backend should now be running on http://localhost:8080.

Frontend Setup

  1. Navigate to the frontend directory within the cloned repository.

  2. Install dependencies:

    npm install
    
    

Contribution

Contributions to the Inventory Management System project are welcome! Whether you're interested in fixing bugs, adding new features, or improving documentation, please feel free to make a pull request.

inventory-management-system's People

Contributors

siddharthpk avatar

Watchers

 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.