It's for study purpose.
Repository created for building RESTful web API with NodeJS, Express, MongoDB and Typescript based on this tutorial.
Install global TypeScript and TypeScript Node
npm install -g typescript ts-node
You should install MongoDB on your local machine. Then install the dependencies.
npm install
Run in development mode
npm run dev
Run in production mode
npm run prod