NYC-DOE / flask-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code examples

  • simple: curl -sL http://bit.ly/simple-nyc | bash
  • routes: curl -sL http://bit.ly/routes-nyc | bash
  • templates: curl -sL http://bit.ly/templates-nyc | bash
  • templates2: curl -sL http://bit.ly/templates2-nyc | bash
  • dynamic-routes: curl -sL http://bit.ly/dynamic-routes-nyc | bash
  • forms: curl -sL http://bit.ly/forms-nyc | bash
  • logic: curl -sL http://bit.ly/logic-nyc | bash
  • logic-app curl -sL http://bit.ly/logic-template-nyc | bash
  • logic-template curl -sL http://bit.ly/logic-app-nyc | bash
  • static: curl -sL http://bit.ly/static-nyc | bash
  • uploads: curl -sL http://bit.ly/uploads-nyc | bash
  • blog: curl -sL http://bit.ly/blog-nyc | bash
  • blog-persist: curl -sL http://bit.ly/blog-persist-nyc | bash

Teacher guides

Each directory in this git repository has its own README file with additional info on the particular example. In addition, every example directory has an additional python app that ends in "-teacher". This file contains many comments describing the functionality of the python application. In most cases there are additional template files added that are specific to the "teacher edition" of the application. Note that the teacher files are not installed by the installation scripts given above. You will need to download the repository on your own and add the files to your nitrous box by hand.

About


Languages

Language:Python 73.6%Language:Shell 26.4%