Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
No live demo yet — message us for access
Our team shares demo access on WhatsApp within minutes
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
Inventory Management System is a full-stack MERN application developed for managing products, brands, categories, units, suppliers, staff, customers, purchases, sales, stock, returns, expenses, reports, and notifications. The system includes role-based access for Admin, Staff, and Supplier, with JWT authentication and separate dashboards for each role.
The Admin Panel allows complete control over inventory operations, including master data management, product management, supplier and staff records, purchases, sales, stock tracking, returns, expenses, reports, and profile settings. The Staff Panel provides permission-based access to inventory operations such as products, purchases, sales, stock, customers, returns, and reports. The Supplier Panel allows suppliers to view products, orders, invoices, notifications, and profile details.
This project is suitable for B.Tech, M.Tech, BCA, MCA, BE, ME, BSc, and MSc students who need a practical final year project, major project, or minor project based on inventory control, stock management, purchase and sales workflow, supplier management, role-based access, MERN stack development, JWT authentication, and MongoDB database design. FileMakr can provide this project with source code, project report, documentation, and setup support for academic submission.
Modules and controls available to administrators
What end users can do in this application
Additional capabilities included in the project
| Layer | Technology |
|---|---|
| Frontend | React with Vite |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| Authentication | JWT-based authentication |
| Password Security | bcrypt password hashing |
| Gmail with App Password | |
| API Style | REST API |
| Environment | .env configuration |
| Roles | Admin, Staff, Supplier |
Step-by-step setup on your laptop or PC
cd backend
npm install
cd ../frontend
npm install
Create backend/.env from the example file:
cp backend/.env.example backend/.env
For Windows, you can also create the file manually and add the required values.
Open backend/.env and update:
PORT=5000
MONGODB_URI=mongodb://localhost:27017/inventory_db
JWT_SECRET=your_super_secret_jwt_key
[email protected]
GMAIL_APP_PASSWORD=your-16-char-app-password
FRONTEND_URL=http://localhost:5173
For the forgot password feature, Gmail App Password is required. Enable 2-Step Verification in Gmail, generate an app password for Mail, and use that 16-character password in GMAIL_APP_PASSWORD.
cd backend
npm run seed
The seed command creates demo login accounts and inserts brands, categories, units, products, suppliers, customers, purchases, sales, expenses, and notifications.
cd backend
npm run dev
Backend URL:
http://localhost:5000
Open another terminal:
cd frontend
npm run dev
Frontend URL:
http://localhost:5173
Default demo accounts for testing after setup
| Role | Password | |
|---|---|---|
| Admin | [email protected] |
Admin@123 |
| Role | Password | |
|---|---|---|
| Staff | [email protected] |
Staff@123 |
| Role | Password | |
|---|---|---|
| Supplier | [email protected] |
Supplier@123 |
Usage terms for academic and personal projects
Search terms and categories for this source code