To use this template project:
- simply clone it with
git clone https://github.com/nadeemjamali/node-exp-typescript-template.git <your-project-name>
- then install npm packages using
npm install
- test it with
npm test
- verify it with
npm start
and Postman - build it with
npm run build
I have used Factory pattern to resolve dependencies, you can extend it or replace it with your own choice of architecture!