vioxcd / minimal-running-flask

Frequently forgot how to setup & run Flask. This repo will be the minimal setup needed to make it run.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reusable Minimal Working Flask Starter

To run, do

  1. pip install -r requirements.txt
  2. run flask run
  3. check localhost:5000

About

Frequently forgot how to setup & run Flask. This repo will be the minimal setup needed to make it run.


Languages

Language:Python 69.6%Language:Shell 30.4%