Estimated Time: 160 hours
Status: ☐ Not Started
Node.js Crash Course – Traversy Media (YouTube)
The best starting point for Express + Node in one sitting
The Odin Project – NodeJS Path (Intermediate JS)
Covers Express, REST, and basic backend architecture
Use this to test your API routes without needing a front-end UI
Strong overview from Mozilla
GET /posts
GET /posts/:id
POST /posts
PUT /posts/:id
DELETE /posts/:id