Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.33 KB

File metadata and controls

60 lines (40 loc) · 1.33 KB

Flask Feedback Form

A simple Flask web application for collecting feedback forms from customers.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/flask-feedback-form.git
  2. Navigate to the project directory:

    cd flask-feedback-form
  3. Install dependencies:

    pip install -r requirements.txt
  4. Set up environment variables:

    Create a .env file in the root directory and add the following variables:

    SECRET_KEY=b28d23ed689469a408245c16405bb049
    MAIL_SERVER=smtp.gmail.com
    MAIL_PORT=465
    MAIL_USE_SSL=True
    MAIL_USERNAME=omareldsouky14@gmail.com
    MAIL_PASSWORD=vsqe bqdj lziv coto
    

Usage

  1. Run the Flask application:

    python app.py
  2. Open your web browser and go to http://localhost:5000 to access the application.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -am 'Add my feature').
  4. Push to the branch (git push origin feature/my-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.