FastApI is a Python Web FrameWork for Building APis in python 3.8
- activate python environment(i use python3.8) in the terminal
- pip install fastapi[all]
- pip install uvicorn[standard]
- then pip install -r requirements.txt
uvicorn main:app --reload in the terminal then go to your browser (chrome)