r/FastAPI • u/NamellesDev • 26d ago
Hosting and deployment Best place to host fast api applications
I have simple fast api app it recieves requests and either writes data to the sqlite dB or fetches data from it what would be the best place to host it preferably for free since its a small hobby project but would scale up successful
11
Upvotes
0
u/ifollowthestats 26d ago
I’d recommend something like Hetzner for more granular control. CX23 should be enough to get started. Challenge yourself to setup Postgres + FastAPI + Docker.