We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba150c commit 0bbfeb3Copy full SHA for 0bbfeb3
1 file changed
backend/README.md
@@ -14,6 +14,17 @@ pip install -r backend/requirements.txt
14
15
## Running the Backend
16
17
+### Core API Layer
18
+
19
+- **FastAPI** - High-performance Python API framework
20
+- **Uvicorn** - ASGI server for FastAPI
21
+- **Gunicorn** - Production process manager
22
+- **NGINX** - Reverse proxy, load balancing, and rate limiting
23
24
+### Optional Alternative
25
26
+- **Django** - Use when a full admin experience and enterprise-grade auth system are required
27
28
### Option 1: CLI Testing (Phase 1)
29
30
Test pipeline execution from command line:
0 commit comments