A full-stack Inventory Management System built using the MERN stack (MongoDB, Express.js, React, Node.js). This application allows users to manage products with CRUD operations and features a clean UI with Chakra UI.
- 🔍 View all products
- ➕ Add new products
- ✏️ Edit product details
- 🗑️ Delete products
- 🌗 Dark mode toggle
- 📱 Fully responsive design with Chakra UI
- React
- Chakra UI
- React Router
- Node.js
- Express
- MongoDB + Mongoose
- dotenv
- cross-env
cd backend npm install
MONGO_URI=your_mongodb_connection_string
PORT=5000
NODE_ENV=development
npm run dev
cd frontend
npm install
npm run dev