Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 561 Bytes

File metadata and controls

26 lines (16 loc) · 561 Bytes

Sample Application with Python and FastAPI

This sample is running on: https://python-fastapi.is-easy-on-scalingo.com/

Deploy via Git

Create an application on https://scalingo.com, then:

scalingo --app my-app git-setup
git push scalingo master

And that's it!

Deploy in One Click

Deploy to Scalingo

Running Locally

docker compose up

The app listens by default on the port 8000.