Sets up a Simple Backend with a PETS API
What / Why
The purpose of this MR is to set up a simple Flask backend for our simple CRUD app.
- Most of the flask code is found in
app.py
which will be broken down into separate modules later.
Testing
No unit tests has been added with this change.