The Inventory Management System allows businesses to efficiently manage products, suppliers, and sales orders. It provides functionality to add, update, or delete products and suppliers, manage stock levels, and create sales orders. The system is built with Django and uses MongoDB as the database.
- Product Management: Add, update, or delete products in the inventory.
- Stock Tracking: Monitor product quantities and manage stock levels.
- Supplier Management: Add or delete suppliers from the system.
- Sales Order Creation: Create and manage customer orders with product details.
To run this project, you need:
Python 3.7 or higher Django (v5.1.5) MongoDB (or MongoDB Atlas for cloud) Djongo (for MongoDB-Django integration)
Install the dependencies by running:
pip install -r requirements.txt