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.
- 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.
- Backend: Node.js, Express.js
- Database: MongoDB (using Mongoose)
- Frontend: HTML, CSS, JavaScript
- Environment Variables: dotenv
- Node.js and npm installed on your machine.
- MongoDB Atlas account for database hosting.
- Clone the repository:
git clone <repository-url> cd inventory-management-system