-
Notifications
You must be signed in to change notification settings - Fork 0
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
herokuthat is designed to make deploying a webapp easy with just web tools. They can get files from agithubrepo. 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
Flaskmicroframework from the python community to construct most of the basic structure of the app.