Skip to content

ivandi1980/backend_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Backend Fast Api

this app is continue development...

installation

first install fastapi

 python -m pip install fastapi

then install uvicorn

pip install uvicorn

run the webserver

uvicorn myapi:app --reload

access documentation

to access the docs, simply type :

http://127.0.0.1:8000/docs

About

Backend using Fast Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages