Skip to content

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

Notifications You must be signed in to change notification settings

PyMarcus/fastapi_todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.


Em português: fastapi dá um pau no nodeJS

Acessar documentação (doc access):

basta acessar o endpoint /docs ou /redocs (in endpoints /docs or /redocs)

Executar (run):

uvicorn main:app --reload (para desenvolvimento)

Executar testes (play tests):

pytest teste.py

About

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages