This is a starter template for starting a new backend project with Node.js with Express.js + TypeScript.
- PNPM package manager
- TypeScript with SWC compiler
- MongoDB
- Simple authorization and authentication
- Eslint
- Refactor MongoDB functions usage
- Refactor folder structure to follow Nest.js standard
- Store all configurations data in
.envfile or third-party secret manager - Adjust
tsconfig.jsonfile according to your need
- Run
pnpm devto start the development serverpnpm dev
- Run
pnpm lintto run eslint to check code consistencypnpm lint
- Run
pnpm buildto build the apppnpm build