Update CLAUDE.md: document Express as chosen HTTP framework
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a93d16ee26
commit
2a43c12382
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user