REST API in Flask
For this assignment you will see an example of one way to implement a REST API using Flask and SQLite, and extend the example.
First watch this video where I walk through the creation of the example, then add your extensions. Be sure to run the existing code first so you have a good handle on how it works before you modify it. See the docstring at the top of dogs_api.py
for information on the functionality you should add.
Write documentation for the methods and functions that you write. Push your modified code back to git-keeper. PEP 8 compliance will be checked automatically, but correctness will not.