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.
- Flask
- smtplib
- Postgres
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.