Skip to content

RenOpSo2/Fast-API-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Server Backend FastAPI Starterkit Project For Beginner

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors