A simple nodejs app using typescript.
Enter these in a bash or cmd.
npm init
npm install
Install also the ts-node globally
npm install -g ts-node
To run the program
npx ts-node index.ts
Also remember that there is a db.config.json in the app. You can configure your database there depending on your needs.