Update CLAUDE.md: document Express as chosen HTTP framework

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ai-implementer 2026-07-21 10:31:20 +00:00
parent a93d16ee26
commit 2a43c12382

View File

@ -44,7 +44,8 @@ word-counter-api/
- **Purpose**: An API service for counting words in text input. - **Purpose**: An API service for counting words in text input.
- **Stack**: Node.js + TypeScript (CommonJS modules, `tsc` build, `tsx` for dev watch). - **Stack**: Node.js + TypeScript (CommonJS modules, `tsc` build, `tsx` for dev watch).
- Key design decisions still to make: HTTP framework, authentication strategy, request/response format (REST vs. GraphQL), deployment target. - HTTP framework: **Express** (`express` + `@types/express`).
- Key design decisions still to make: authentication strategy, request/response format (REST vs. GraphQL), deployment target.
## Code Style ## Code Style