- Live Reload
- Typescript 4.3+
- ESLint
- Mongoose
- Restify
- Swagger Starter included
- Code split into their own files for routes, logging included.
- ES6+
- node 14+
npm(comes with node) oryarn
- do
npm i(or)yarnin the current directory
The project uses typescript coupled with nodemon therefore any changes to the code will restart the node process
// npm users
npm run dev
// yarn users
yarn dev
npm run build // yarn build
npm run swagger // yarn swagger
check the .env for environmental variables.
check the log4js.json for log config.
check the swagger directory for swagger documentation.
check the tsconfig.json for typescript config.
check the .eslintrc for linter config.