All Projects → shekhargulati → todo-flask-openshift-quickstart

shekhargulati / todo-flask-openshift-quickstart

Licence: other
Ported Todo example app https://github.com/mitsuhiko/flask-sqlalchemy/tree/master/examples to OpenShift

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Todo Application##

A simple todo application built using Python 2.7 , Flask , SQLAlchemy , PostgreSQL 9.2 , and Twitter Bootstrap.

  1. Create the application using
$ rhc app create todo python-2.7 postgresql-9.2
  1. Pull the source code from github
$ git remote add upstream -m master https://github.com/shekhargulati/todo-flask-openshift-quickstart.git
$ git pull -s recursive -X theirs upstream master
  1. Push the application to OpenShift
$ git push
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].