A full-stack supply chain management system designed to handle inventory, order processing, and role-based operational workflows in real time.
- 🔐 Role-based authentication (Manager and Supplier)
- 📦 Inventory management system
- 🧾 Order tracking and processing
- 🔄 Real-time updates using Socket.IO
- 📊 Operational workflow tracking
- ⚡ Fast frontend with React + Vite
- Frontend: React + Vite
- Backend: Node.js + Express
- Database: MongoDB
- Real-time: Socket.IO
supply-chain-backup/
├── frontend/
├── backend/
├── readme-assets/
└── README.md
Create a .env file in both frontend and backend using .env.example.
cd backend
cp .env.example .env
npm install
npm run dev
cd frontend
cp .env.example .env
npm install
npm run dev
Contributions are welcome!
- Fork the repo
- Create a new branch (
git checkout -b feature-name) - Commit your changes (
git commit -m "Add feature") - Push to the branch (
git push origin feature-name) - Open a Pull Request
This project is licensed under the MIT License.
Sumit Kumar 📧 devsumit2026@gmail.com







