Skip to content

Latest commit

 

History

History

srihari_unnikrishnan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Flask_Simple_Form

Flask app with a Simple Form
Requirements:
python3 - sudo apt-get install python3
pip - sudo apt-get install python3-pip
flask - sudo pip3 install flask

set up by also using export FLASK APP=main.py
To run the server,navigate into the app directory and run: python3 main.py