A simple Flask web application for collecting feedback forms from customers.
-
Clone the repository:
git clone https://github.com/your-username/flask-feedback-form.git
-
Navigate to the project directory:
cd flask-feedback-form -
Install dependencies:
pip install -r requirements.txt
-
Set up environment variables:
Create a
.envfile in the root directory and add the following variables:SECRET_KEY=b28d23ed689469a408245c16405bb049 MAIL_SERVER=smtp.gmail.com MAIL_PORT=465 MAIL_USE_SSL=True [email protected] MAIL_PASSWORD=vsqe bqdj lziv coto
-
Run the Flask application:
python app.py
-
Open your web browser and go to
http://localhost:5000to access the application.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/my-feature). - Commit your changes (
git commit -am 'Add my feature'). - Push to the branch (
git push origin feature/my-feature). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.