This repo is used to demo how to work with Typescript in the backend when building an API with Node and Express.
If you want to code along to the video, clone this repo and start from the main branch.
If you want to see the finished result, checkout the finished branch.
This is a basic API with the basic CRUD operations, not including any database but only showing how to work with TypeScript in a backend project.