Nest framework TypeScript starter repository.
- Health check endpoint
- User registration, login, logout
- User email verification
- User password reset
- Mailer using MJML + ejs template
- Swagger
- NestJS
- TypeORM
- PostgreSQL
- Passport
- JWT
- MJML
- EJS
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Start maildev server, then open http://localhost:1080/ in your browser.
npm run maildev
Make sure to use the default mailer configuration in development mode.