MyProduct Hub is a full-stack Product Management System built using Flask and MySQL. The application enables efficient management of product data through CRUD operations while ensuring database normalization and relational integrity.
- Add, update, delete, and view products
- Category management
- Normalized MySQL database schema
- Data validation and error handling
- Clean and responsive user interface
- Backend: Python, Flask
- Frontend: HTML, CSS
- Database: MySQL
- Tools: Git, VS Code
The system allows users to manage product records including product name, price, quantity, and category. The database is designed using normalization principles to reduce redundancy and improve consistency.
- Full-stack web development
- Flask framework usage
- Database schema design & normalization
- CRUD-based application architecture
- User authentication
- Search and filtering
- Dashboard analytics
- REST API integration