Completed
- Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing a REST API with Flask and Flasgger - Book Review Application
Automatically move to the next video in the Classroom when playback concludes
- 1 - Overview
- 2 - Getting started on the Book Review API
- 3 - Set up Airtable as our database & connect to it with Python
- 4 - Implement code to add reviews and view all reviews
- 5 - Adding a POST request to our API
- 6 - Trying out our new endpoints using documentation & requests library of Python
- 7 - Commit code to Github & deploy live to Render.com