darpan-jain / Flask

Web apps using Flask and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating web applications with Python and Flask

Requirements:

  1. Python3
  2. Flask pip3 install flask

Usage:

  • Clone the repository

  • Open terminal and type flask run

  • This is displayed in the terminal...

* Environment: production
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
  • Click on the link to open your webpage in the browser.

About

Web apps using Flask and Python


Languages

Language:Python 100.0%