/Flask

Flask framework

Primary LanguagePython

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.