EN

How to deploy Fast API

FastAPI + Docker + AWS EC2 Deployment Guide Prerequisites (Local) 1. Create a Dockerfile Create a Dockerfile in your project root: FROM python:3.12-sl…

fastapidockerawsec2
Dev.to
EN

Fast API, JWT auth module

Authentication and authorization are key features in almost all web applications. How to do it with Fast API? Actually, there is a complete section of…

fastapijwttoken
Dev.to