Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 662 Bytes

File metadata and controls

31 lines (23 loc) · 662 Bytes

FastAPI Backend With Blazing Fast Performance And High Security

Why FastAPI?

  • FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
  • It's easy to learn, easy to use, and extremely flexible. and FastAPI using Jinja2Templates This code is very maintainable and a Best Practice

  • To Create Venv In Terminal
python3 -m venv myvenv
  • To Enter Venv
source myvenv/bin/activate
  • Install Depency
pip install -r requiremensts.txt
  • After That You Can Run Using Uvicorn To Develop
uvicorn src.app:app --reload

FastAPI Be