Download all the files and open terminal in project directory then create a virtual environment
and run pip install -r requirements.txt
Then run the command uvicorn app:app --reload
It will run on your localhost
Execute the command python -m uvicorn app:app --log-config PATH_to_log.ini