Auth fails if bad user credentials are posted.
Register new users using post.
Auth succeeds if good user credentials are posted.
New stores can easily be posted.
New items can be posted to existing stores.
All existing stores and items can be retrieved with get.
Items can be deleted from database.
Snapshot of console output as requests are made.
A functional API used for storing/retrieving stores and items.