Skip to content

Commit 3e71665

Browse files
authored
Merge pull request #72 from fuzziecoder/codex/setup-core-api-layer-with-fastapi
docs(backend): add core API layer stack guidance
2 parents 8ba150c + 0bbfeb3 commit 3e71665

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

backend/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ pip install -r backend/requirements.txt
1414

1515
## Running the Backend
1616

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+
1728
### Option 1: CLI Testing (Phase 1)
1829

1930
Test pipeline execution from command line:

0 commit comments

Comments
 (0)