FastApi Python Requirements¶ Python 3.6+ Create a virtual enviroment python3 -m venv venv Activate venv . venv\bin\activate Create a file main.py with code : Running the API uvicorn main:app --reload API opens on http://127.0.0.1:8000 Documentation Link http://127.0.0.1:8000/docs or http://127.0.0.1:8000/redoc