Skip to content

23f2003968/Inventory_control_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

Overview

The Inventory Management System is a web application that allows users to manage product inventories with ease. Built using Express.js for the backend and MongoDB for data storage, this application supports basic CRUD (Create, Read, Update, Delete) operations for managing products.

Features

  • Add new products with details such as name, count, and price.
  • View all products in the inventory.
  • Search for products by name.
  • Delete products from the inventory.

Technologies Used

  • Backend: Node.js, Express.js
  • Database: MongoDB (using Mongoose)
  • Frontend: HTML, CSS, JavaScript
  • Environment Variables: dotenv

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.
  • MongoDB Atlas account for database hosting.

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd inventory-management-system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published