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