API Version 1 - Non-persistent data
This version temporarily stores data using Python's built-in data structures. It is a demonstration of how the API should work!
Features
- Users can create an account and log in
- Authenticated Users can register a business.
- Only the user that creates the business can update and delete a business
- Users can view businesses.
- Users can give reviews about a business.
- Users can search for businesses based on business location or business category.