DEV Community

windy
windy

Posted on • Updated on

Host FastAPI application on Ubuntu Virtual Machine

Alt Text
Step by step video tutorial on deploying FastAPI app on Ubuntu 18 VM. FastAPI app performs Async CRUD operations on PostgreSQL. It is hosted on Gunicorn as a systemd and exposed as a reverse proxy to the outside world through Caddy 2 Web Server.

Also check out this detailed article that includes end to end steps for FastAPI deployment on Ubuntu along with the steps to troubleshoot at every phase of deployment.

Top comments (0)