3d330655a6
Python 3.11 + FastAPI con tre endpoint (/health, /auth/test, /recipes/generate). Autenticazione via header X-App-Password, validazione input Pydantic, chiamata in streaming a NVIDIA NIM (nemotron-3-ultra-550b-a55b) con thinking. Dockerizzato con docker-compose; configurazione tramite .env. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
CLAUDE.md
|
|
blueprint.md
|
|
|
|
# Server
|
|
server/.env
|
|
server/__pycache__/
|
|
server/app/__pycache__/
|
|
server/.venv/
|
|
|
|
# Client
|
|
client/node_modules/
|
|
client/dist/
|
|
client/android/
|
|
client/ios/
|