The Inventory Management System is a web application that allows users to track inventory, manage orders, and track profits. It includes a user-friendly dashboard for easy access to key information.
- MongoDB
- Express.js
- React
- Node.js
- Clone the repository
- Install dependencies using
npm install
in the root directory - Set up your MongoDB database
- Update the database connection information in the
.env
file - Run the server using
npm run server
- Navigate to the client directory and run the React app using
npm front
- Inventory tracking
- Order management
- Profit tracking
- Dashboard with key metrics
- Register as a new user
- Log in to access the dashboard
- Add new inventory items
- Manage orders
- Track profits