Build a Simple API in TypeScript and NestJS

How to build a simple API with TypeScript and NestJS in 2022

Kevin Vogel
Bits and Pieces
Published in
4 min readFeb 16, 2022

--

As you might know, I work with NestJS since 2018 when I had to rewrite the backend at my former company Karzo. Back then, I wondered why it has only ~6k stars on Github since it’s such a game-changer in the Node.js universe.

Anyway, in today’s article, I want to introduce you a little bit to my favorite backend framework based on TypeScript.

--

--