Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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