Skip to content

Instantly share code, notes, and snippets.

View serhii-hrekov's full-sized avatar
🕶️
I'm the greatest

Serhii Hrekov serhii-hrekov

🕶️
I'm the greatest
View GitHub Profile
@serhii-hrekov
serhii-hrekov / Fast_API_deploy.md
Created November 18, 2025 15:09 — forked from ShilGen/Fast_API_deploy.md
how to deploy fast-api on ubuntu 22.04 for real project? (step-by-step tutorial)

Deploy a FastAPI app on Ubuntu 22.04 VPS

Ubuntu Nginx Gunicorn Python FastAPI

Deploying a FastAPI application on Ubuntu 22.04 for a real project involves several steps, including setting up the server, installing necessary software, configuring the application, and setting up a reverse proxy. Here's a step-by-step tutorial