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
.env
file or third-party secret manager - Adjust
tsconfig.json
file according to your need
- Run
pnpm dev
to start the development serverpnpm dev
- Run
pnpm lint
to run eslint to check code consistencypnpm lint
- Run
pnpm build
to build the apppnpm build