- Runtime: Node.js 18.x
- Framework: Express.js 4.x
- Database: MongoDB 6.x
- ORM: Mongoose
- Language: TypeScript 5.x
- Authentication: JWT
- Node.js 18.x
- MongoDB 6.x
- npm 9.x or yarn 1.x
-
install nodemodules:
npm i
-
run in dev mode:
npm run start:dev
-
run in prod mode:
npm run start:prod