Skip to content

FastAPI is a modern fast(high performance framework for building APIs with python 3.6+ based on standard python type hints

Notifications You must be signed in to change notification settings

Finyasy/FastAPI-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskAPI-project

Install FastAPI

The first step is to install FastAPI....that also includes uvicorn, so that you can use as the server that runs your code. This is what you would probably do once you want to deploy your application to production:

pip install fastapi Also install uvicorn to work as the server: pip install uvicorn

About

FastAPI is a modern fast(high performance 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