Skip to content

tbr0117/python-fastapi-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-fastapi-api

API provides using python fastapi

Install dependent packages

pip install -r requirements.txt

------ Test Api ------------

Run & Test API using uvicorn

uvicorn api:myApp --reload

Test Api

http://127.0.0.1:8000 http://127.0.0.1:8000/docs

----- OR ---

run & test API using hypercorn

hypercorn api:myApp

or

python hypercornSGI.py

About

API provides using python fastapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages