Setup
This tutorial assumes you have completed the API backend tutorial. including all the Setup procedures. These client instructions incrementally add to those backend API instructions.
Downloading Bootstrap CSS
This client tutorial uses Bootstrap for convenience, since it provides a nice
UI with default settings.
Download Bootstrap and copy the
CSS files bootstrap.css and bootstrap-responsive.css into the backend API
project directory you created in the
API backend tutorial:
copy the files to the project subdirectory static/bootstrap/css.
You don't need to make any edits to the copied CSS files.