Deploy FastAPI Application on Ubuntu with Nginx, Gunicorn and Uvicorn
FastAPI is a promising new Python framework that supports concurrency and type system out of the box. It has many cool features that I like and it's fast. In this post, I will briefly go over the process of deploying a simple FastAPI application on U...
Sep 8, 20204 min read11K

