Property search backend for my capstone project
Install FastAPI with Uvicorn:
pip install fastapi uvicorn
Install HomeHarvest:
pip install -U HomeHarvest
To run host:
uvicorn APIhost:app --host 0.0.0.0 --port 8000
Required to host/access from same PC for development:
pip install starlette