Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 384 Bytes

height-Calculator

About

Simple app which calculates avg height of given users. User provide his/her height, it is stored in Postgres database and query is run for avg of all height stored. Avg height is then send to user's email given.

Stacks used:

  • Flask
  • smtplib
  • Postgres

Created for shining my rusty hands on flask and Postgres. :)