FastAPI 101 : The Basics
Firstly, What is FastAPI ?
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based.
Some of the features FastAPI offers are :
Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pyd...
akashvarunp.hashnode.dev2 min read