Install package(s) # Ubuntu 1. sudo apt install uvicorn -y 2. python3 -m pip install fastapi[all] # Windows 1. python3 -m pip install uvicorn 2. python3 -m pip install fastapi[all] Run the project 1. python3 main.py