Skip to content

Commit 433f52c

Browse files
committed
Added Section-10: Node and Express with TypeScript
1 parent 1f0ac62 commit 433f52c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,10 @@ The app will handle state updates, and render to-dos dynamically with strict typ
122122

123123
## Project: Reminder-API
124124
- Set up a Node.js API with Express and TypeScript, defining type-safe CRUD routes to manage to-dos on the backend.
125-
Use axios or fetch in React to communicate with this API, ensuring type safety between the frontend and backend for a complete, type-safe application.
125+
Use axios or fetch in React to communicate with this API, ensuring type safety between the frontend and backend for a complete, type-safe application.
126+
127+
- Executing TypeScript Code with Node
128+
- Setting up an Express Project
129+
- Creating a Router
130+
- Parsing Request Bodies
131+
- Building an API

0 commit comments

Comments
 (0)