Skip to content

Illustrates how to deploy a barebones FastAPI via Heroku.

License

Notifications You must be signed in to change notification settings

ecerami/fastapi_heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_heroku

Illustrates how to deploy a barebones FastAPI via Heroku.

To run locally

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Then, run via uvicorn:

uvicorn slack:app --reload

To deploy to heroku

heroku login  
heroku create
git push heroku main
heroku open

About

Illustrates how to deploy a barebones FastAPI via Heroku.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages