Skip to content

its-Kumar/Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask

Flask framework

flask

Introduction to python's flask web framework.

Implementing a simple website using flask , python and sql.

Author : 😎 KUMAR SHANU


Running the server

  1. Install Flask
pip install flask
  1. Running the server (by running python script)
python run.py

or

python run_app.py

check the script name in working directory.