You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python web app that collects feedback from a client and stores it into a database.
Sends a confirmation email after submission.
Flask - Python - PostgreSQL - Mailtrap
What I used
flask to serve the app
render_template to render dynamic templates
postgresql CLI and heroku implementation
smtplib for email handling
SQL alchemy for db dev creation
gunicorn for deployment
heroku deployment