Compare commits

..

No commits in common. "2a43c12382ce9348d11cd8e228a7e06de989bf37" and "f4acc259b3db24f8c091fca3435806ef8b6dcac2" have entirely different histories.

4 changed files with 1 additions and 1498 deletions

View File

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

1492
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,11 +12,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.0"
},
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^22.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"

View File