This project is inspired by https://github.com/microsoft/TypeScript-Node-Starter
Requirements:
- Install and run Mongodb if not using docker
- Install Nodejs if not using docker
- Run
npm install
( needed for testing ) - Setup .env file
cp .env.example .env
- Run
npm run watch
- Access from http://localhost:3000
- Run
npm install --production
- Run
npm run build
- Run
npm start
- Access from http://localhost:3000
- Run
npm test