FASTAPI Here, I kept all my practice files for FASTAPI. It is simply a tutorial Before starting fastapi, you have to install pip install fastapi pip install uvicorn Then you can clone this github. After cloning, stay in the same directory, open command prompt, now run uvicorn working:app --reload Thank You!!!