#A KODECAMP 2.0 repository for all my intermediate level tasks.
pip install fastapi[all]
pip install uvicorn
uvicorn myFastApi:app --reload for Task1 file
uvicorn parameter:app --reload for Task3 file
uvicorn TwitterSignupModel:app --reload for Task4 file
uvicorn fileUpload:app --reload for Task5 file
visit https://localhost/docs (Interactive API docs)