This project is a simple e-commerce web application built as part of a class assignment. The application uses Flask as the backend framework and Pandas for data manipulation. The front-end is designed with Bootstrap 5 for a modern and responsive user experience.
- Display Products: View all products in a dynamic table.
- Add New Products: Easily add new products using a form.
- Update Product Ratings: Update the rating of existing products.
- Delete Products: Remove products from the system.
- Responsive Design: Built with the latest Bootstrap template for a clean and modern interface.
- Flask: Backend framework to handle HTTP requests.
- Pandas: For data processing and manipulation.
- Bootstrap 5: Front-end styling and responsive design.
- jQuery: For dynamic updates and form handling.
- Clone the repository:
git clone https://github.com/your-username/flask-ecommerce-dashboard.git
- Install dependencies:
pip install -r requirements.txt
3. Run the Flask app:
```bash
python app.py