Configure nginx proxy_pass
This is a backend API. To serve a frontend, configure nginx to proxy requests:
proxy_pass http://localhost:8000;
API Documentation
FastAPI automatically generates interactive API documentation: