Skip to content

ferronrsmith/flask_projects

Repository files navigation

Set of sample projects testing the advance aspects of flask micro framework

flask : http://flask.pocoo.org/
flask sqlaclchemy : http://packages.python.org/Flask-SQLAlchemy/
sqlalchemy (original project) : http://www.sqlalchemy.org/
gae : http://code.google.com/appengine/
Flask-Upload : http://packages.python.org/Flask-Uploads/
MongoAlchemy : http://packages.python.org/Flask-MongoAlchemy/
MongoDB : http://www.mongodb.org/

flask-appengine-template : https://github.com/kamalgill/flask-appengine-template (this was my starting point)

flask_blog - simple blogging twitter like blogging website using flask & sqlite3
flask_db - project connecting to a sqlite db
flask_orm - project connecting to a sqlite db using flask alchemy orm
flask_gae - running flask on app enging (authentication : harded password)
flask_gae_db - running flask on app enging (authentication : appengine db with passwords stored with a sha1 hash)
flask_gae_user - running flask on app enging (authentication : google open id authentication)
flask_flask_upload - simple photo manager, with user registration and authentication. MongoDB is used as storage for document information
image_service - image service examples built using sqlite3 blobs & another built using app engine Blob (pre Image)
image_service - simple url shortener service built using sqlite3 backrnf & another on gae

Developer : Ferron Smith


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published