-
Notifications
You must be signed in to change notification settings - Fork 0
This is a PostgreSQL Database Web App made with Flask. User needs to input height data and an email. The app saves the data in the postgresql database. The app then calculates the average height of the inputs in the database and then sends back to the user the confirmation mail with the calculated average height.
PolonaM/Data-Collector-Web-App
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In the module send_email.py variables 'from_email' and 'from_password' need to be filled in. To be able to run this app locally: - A PostgreSQL server needs to be installed. - A database 'height_collector' (with user 'postgres') needs to be created. - Last step is to use terminal to create table 'data' in the database: >>> from Data_Collector_frontend import db >>> db.create_all()
About
This is a PostgreSQL Database Web App made with Flask. User needs to input height data and an email. The app saves the data in the postgresql database. The app then calculates the average height of the inputs in the database and then sends back to the user the confirmation mail with the calculated average height.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published