hariprasetia / Flask

Flask framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flask framework


Languages

Language:Python 51.3%Language:HTML 48.7%