A robust and user-friendly Inventory Management System designed to streamline stock tracking, pricing, and product categorization. This project demonstrates full-stack development skills using Python and SQL.
- Real-time Search: Instantly find products by name or category.
- Full CRUD Operations: Add, View, Update, and Delete inventory items seamlessly.
- Automated Stock Alerts: Visual "Low Stock" indicators for items with quantity ≤ 5.
- Relational Database: Powered by SQLite for reliable data persistence.
- Responsive UI: Clean and modern interface built with HTML5 and CSS3.
- Backend: Python, Flask
- Database: SQLite3
- Frontend: HTML5, CSS3, JavaScript
- Clone the repository:
git clone https://github.com/your-username/smart-inventory-system.git - Install Flask:
pip install flask - Run the app:
python app.py - Access at:
http://127.0.0.1:5000/