Skip to content

kiplongu/Python-API-Development-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-API-Development-

Building API using FASTAPI framework in Python

The command: uvicorn main:app refers to:

main: the file main.py (the Python "module"). app: the object created inside of main.py with the line app = FastAPI(). --reload: make the server restart after code changes. Only use for development.

About

Building API using FASTAPI framework in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages