Fast API
Following the fast api tutorial from here
conda create -n fastapi-tutorial python=3.11
conda activate fastapi-tutorial
pip install "fastapi[all]"
uvicorn main:app --reload
Following the fast api tutorial from here
conda create -n fastapi-tutorial python=3.11
conda activate fastapi-tutorial
pip install "fastapi[all]"
uvicorn main:app --reload