Simulation of external services that integrate with PropertEase application.
While at the ExternalServices/apis/
directory, run:
uvicorn api_xxxx.main:app --reload
Where "xxxxx" is the api name. Example:
uvicorn api_zooking.main:app --reload --host 0.0.0.0
uvicorn api_earthstayin.main:app --reload --host 0.0.0.0 --port 8001
uvicorn api_clickandgo.main:app --reload --host 0.0.0.0 --port 8002