Hosting fastapi and postgres
salvation4441
HOBBYOP

2 years ago

i have develop an API with fastapi with postgres. Am having difficulties hosting them here,can anyone be of help?

1 Replies

brody
EMPLOYEE

2 years ago

You would need to start your app with hypercorn as shown here - https://github.com/railwayapp-templates/fastapi/blob/main/railway.json


Loading...