Skip to content

rendicott/flask-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Flask-Basic

Quick and dirty wireframe for getting a Flask app up quickly.

Prerequisites

Must have Flask installed

pip install flask

Usage

Jump into the app directory and run

python routes.py

And you'll have a web page up on your localhost at port 5000 what you should see

Modifications

You can change the port it's listening on in the routes.py file as well as the methods that it's calling for various root listeners (e.g., <localhost>:5000/about)

About

just a basic flask wireframe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published