Building a JSON REST API with NodeJS and Express using Typescript

Опубликовано: 24 Апрель 2026
на канале: Dev Plus Plus
832
35

In this episode, we will review how to build a REST API using one of the most popular Javascript frameworks for building Web Applications.

In this video we will:

Setting the project: git, npm, typescript, dependencies, etc
Creating our basic routes
Testing with the HTTP Client