Sample application for creating a REST API with Node js + TypeScript (Model-Controller structure)
This tiny project focus on creating a basic REST API with Node js + TypeScript. In fact, if you are a Javascript developer and want to develop a Node js project with TypeScript, this example is for you!
Install npm
npm install
npm run dev