syscools / cubesnake-1486390707765

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Flask Hello World Sample

This application demonstrates a simple, reusable Python web application based on the Flask microframework.

Run the app locally

  1. Install Python
  • cd into this project's root directory
  • Run pip install -r requirements.txt to install the app's dependencies
  • Run python welcome.py
  • Access the running app in a browser at http://localhost:5000

About

License:Apache License 2.0


Languages

Language:HTML 43.4%Language:JavaScript 36.4%Language:Python 16.8%Language:CSS 3.4%