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
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.
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. :)
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.