All Projects → bradtraversy → Python_feedback_app

bradtraversy / Python_feedback_app

Python Flask feedback app with database and email

Labels

Python Feedback App

Python Flask Feedback app that sends data to Postgres database and emails user

Quick Start

# Add your DATABASE URI in app.py and your mail params in send_mail.py

# Install dependencies
pipenv shell
pipenv install

# Serve on localhost:5000
python app.py

Heroku Deployment Steps

https://gist.github.com/bradtraversy/0029d655269c8a972df726ed0ac56b88

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].