Fastapi from localhost to production (part 1)
Deploying FastAPI to a VPS: Part 1 - Building and Dockerizing I'm starting this series to walk through how I deploy my FastAPI apps to a VPS. Getting stuff from your local machine to a live server can be a bit of a headache, so I figured I'd document my process using the tools I've found work best. Tools I'm using: FastAPI: My go-to Python framework Docker: Because you have to know it

Deploying FastAPI to a VPS: Part 1 - Building and Dockerizing
I'm starting this series to walk through how I deploy my FastAPI apps to a VPS. Getting stuff from your local machine to a live server can be a bit of a headache, so I figured I'd document my process using the tools I've found work best.
Tools I'm using:
- FastAPI: My go-to Python framework
- Docker: Because you have to know it