Skip to content

topic02

Bell Codo edited this page Feb 13, 2016 · 1 revision

To build a webapp without installing anything on the local computer we need to be creative with the tools we use. There is a company called heroku that is designed to make deploying a webapp easy with just web tools. They can get files from a github repo. There are only 3 important files to build a functioning app.

Its always a great idea to reuse effective code bits from other developers where possible. For the webapp we can rely on the Flask microframework from the python community to construct most of the basic structure of the app.

hello-dojo-universe

activity-picker

  • activity_picker module using random and urllib2.

building-a-webapp

  • Building a webapp! Using heroku and deploy pipeline.

supreme-system

laughing-meme

refactored-octo-robot

ideal-octo-spoon

  • what it means to exist virtually --profile in webapp

Clone this wiki locally