Skip to content

A Flask Web app to store and display height and the average for all.

Notifications You must be signed in to change notification settings

muzaanme/DataCollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Collector App


An App that collects your Name, Email and Height and stores the collected information, further displaying the Average height for all.

Requirements

  • Flask 2.1.2
  • Flask-SQLAlchemy 2.5.1
  • Jinja2 3.1.2
  • psycopg2 2.9.3
  • python-dotenv 0.20.0

Installation

pip install FLask
pip install python-dotenv

Notes:

  • FLask is a Web framework in Python used to create Web Applications.
  • Python-dotenv reads key-value pairs from a .env file and this helps us in deploying the App in development mode.

About

A Flask Web app to store and display height and the average for all.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published