Skip to content

Commit 49b640c

Browse files
committed
feat: initialize TypeScript project with Express and Todo API
- Created package.json with dependencies for Express and TypeScript. - Set up main application file (app.ts) with basic Express server. - Implemented Todo controller with CRUD operations. - Added Todo model for managing todo items. - Created routes for Todo API. - Included basic HTML file for frontend. - Configured TypeScript with tsconfig.json for Node.js environment.
1 parent cffe22e commit 49b640c

File tree

24 files changed

+1431
-4
lines changed

24 files changed

+1431
-4
lines changed

index.js renamed to index.ts

File renamed without changes.
File renamed without changes.

nodejs + typscript/package.json renamed to nodejs + typscript (with compilation)/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "learn-typescript",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "This is a simple project to learn typescript with compilation.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)