A simple and efficient inventory management web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). This project allows users to manage items, categories, and stock data seamlessly through a responsive and easy-to-use interface.
- Add, update, delete, and search inventory items
- Categorize items for better organization
- View real-time item availability
- Search by name, category, and price range
- Lightweight and fast interface
- MongoDB-backed persistent storage
| Technology | Purpose |
|---|---|
| MongoDB | NoSQL database |
| Express.js | Backend server and APIs |
| Node.js | Runtime environment |
| HTML/CSS | Frontend UI styling |
| JavaScript | Frontend scripting |
| Postman | API testing |
| MongoDB Compass | GUI for managing database |
-
Clone the repository: git clone https://github.com/rhythmnarang1/smart-inventory-system.git
-
Navigate to the project folder: cd smart-inventory-system
-
Install dependencies: npm install
-
Add your MongoDB connection string in a .env file: MONGO_URI=mongodb://localhost:27017/inventorydb PORT=5000
5.Run the server: node server.js
Contributors
-Yashav Aggarwal
-Rhythm Narang

