Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 443 Bytes

File metadata and controls

12 lines (11 loc) · 443 Bytes

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