Skip to content

Python Flask feedback app with database and email

Notifications You must be signed in to change notification settings

TMM21042/python_feedback_app

 
 

Repository files navigation

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

About

Python Flask feedback app with database and email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.7%
  • Python 40.9%
  • CSS 14.4%