Compare commits
No commits in common. "2a43c12382ce9348d11cd8e228a7e06de989bf37" and "f4acc259b3db24f8c091fca3435806ef8b6dcac2" have entirely different histories.
2a43c12382
...
f4acc259b3
@ -44,8 +44,7 @@ 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).
|
||||||
- HTTP framework: **Express** (`express` + `@types/express`).
|
- Key design decisions still to make: HTTP framework, authentication strategy, request/response format (REST vs. GraphQL), deployment target.
|
||||||
- Key design decisions still to make: authentication strategy, request/response format (REST vs. GraphQL), deployment target.
|
|
||||||
|
|
||||||
## Code Style
|
## Code Style
|
||||||
|
|
||||||
|
|||||||
1492
package-lock.json
generated
1492
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,11 +12,7 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
|
||||||
"express": "^4.18.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/express": "^4.17.0",
|
|
||||||
"@types/node": "^22.0.0",
|
"@types/node": "^22.0.0",
|
||||||
"tsx": "^4.0.0",
|
"tsx": "^4.0.0",
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user