Skip to content

ajmssc/simple-flask-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask WWW API

Get up and running

Install Flask pip install Flask

Run app python run.py

Make it your own. Edit config (github url, youtube vid, menu links, ...) in config.py

##Optional Set up Flask to run with apache-modwsgi by pointing wsgi to flaskapp.wsgi (see http://flask.pocoo.org/docs/0.10/deploying/mod_wsgi/)

Useful so you dont need to have your console locked running python

##File structure & Info All routes and logic can be modified in views.py

All static html pages (aka templates) are in the templates folder.

Base template which all pages use => templates/layout/base.html

About

Simple flask API and website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published