Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinha532/feedback-form
Python Flask review web app that sends data to Postgres database and acknowledment emails to the customer
https://github.com/sinha532/feedback-form
Last synced: 2 months ago
JSON representation
Python Flask review web app that sends data to Postgres database and acknowledment emails to the customer
- Host: GitHub
- URL: https://github.com/sinha532/feedback-form
- Owner: Sinha532
- Created: 2024-05-21T18:15:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T11:44:17.000Z (8 months ago)
- Last Synced: 2024-06-06T13:12:09.441Z (8 months ago)
- Language: Python
- Homepage:
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer Feedback Application
## Project Overview
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.## Features
- 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.## Technologies Used
- Flask
- Flask-SQLAlchemy
- PostgreSQL
- HTML/CSS (for front-end templates)## Getting Started
### Prerequisites
- Python 3.x
- PostgreSQL
- Flask
- Flask-SQLAlchemy### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/customer-feedback-app.git
cd customer-feedback-app