Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

start fast api server

uvicorn main:app --reload
Comment

fast api

pip install fastapi
pip install uvicorn # ASGI server
pip install starlette # lightweight ASGI framework/toolkit
pip install pydantic # Data validation and type annotations
# OR
pip install fastapi uvicorn starlette pydantic
Comment

PREVIOUS NEXT
Code Example
Shell :: how to kill process in linux by name 
Shell :: how to switch another branch in git 
Shell :: remove all files with no extention rm 
Shell :: ubuntu search package 
Shell :: kill all process linux 
Shell :: centos vmware guest mount shared folder 
Shell :: zsh aliases 
Shell :: chown specific user linux 
Shell :: github untrack files 
Shell :: error: src refspec master does not match any. 
Shell :: github visualise branches 
Shell :: git check merged branches 
Shell :: cmake run cmake clean 
Shell :: cmd shell 
Shell :: virtualbox kernel driver not installed ubuntu 
Shell :: how to reset all github credentials 
Shell :: vim code highlighting mac 
Shell :: install rasa 
Shell :: pip upgrade all 
Shell :: gcc 7 install ubuntu 
Shell :: cmd rename multiple files 
Shell :: git flow hotfix 
Shell :: install docker in kali linux 
Shell :: git checkout commit 
Shell :: i have installed android studio but is not showing in flutter doctor 
Shell :: requiring unknown module "1" 
Shell :: lib cairo win64 installation 
Shell :: run bash script on zsh 
Shell :: install homebrew on linux 
Shell :: scikit-learn python 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =