This project is a simple web application built with Flask to collect customer feedback on products. The feedback data is stored in a PostgreSQL database, and an email notification is sent upon successful submission.
- Collects customer feedback including name, product, email, rating, and comments.
- Stores feedback data in a PostgreSQL database.
- Sends an email notification to the customer upon submission.
- Displays a confirmation page after successful feedback submission.
- Flask
- Flask-SQLAlchemy
- PostgreSQL
- HTML/CSS (for front-end templates)
- Python 3.x
- PostgreSQL
- Flask
- Flask-SQLAlchemy
- Clone the repository:
git clone https://github.com/yourusername/customer-feedback-app.git cd customer-feedback-app