Hacker News new | ask | show | jobs
by ricardoagzz 1016 days ago
Of course, we're working on better support for deployment soon, but since its just a FastAPI app with a dockerfile you could deploy it anywhere. Also depends on your use case though, for example, if you have auth requirements you could add a middleware to your endpoints to verify a jwt token or call the endpoints from another backend service.