Blog - Backend
Explore articles, guides, and notes about Backend and things I learnt while building stuff.
Building a RESTful API with TypeScript, Node.js and Express
•
7 min readLearn how to build a RESTful API using TypeScript, Node.js, and the Express framework. This blog post covers adding endpoints and handling HTTP verbs, validation and data modeling with TypeScript, handling errors and debugging, and deployment.