Flask API
The API has the following endpoints:
/api/hello
Methods: GET
Say hello!
/api/items
Methods: GET
Returns all items in the DB.
/api/items/unique/{id}
Methods: GET
Parameters: id (unique ID of item to fetch)
Returns a specific item from DB, using ID as key.