What you'll learn:
- Create a Flask website
- Pull JSON data from existing public REST API
- Implement basic bootstrap UI with panels, table and form
- Handle POST data via form and GET requests
- Cache data locally with sqlite
This course is for beginners and details installing Flask and working with a JSON API to pull data and display it using Bootstrap on a webpage. It will display in a table and also have a web form that will allow for input and to process POSTrequests to update content in Bootstrap Panels. Will also use sqlite to cache data locally. Basic knowledge of Python is recommended and none required for Flask.