NestJS framework TypeScript starter repository or boilerplate with jwt user authentication.
- Mysql Database with Sequelize ORM
- JWT Token Generation
- User Signup, Authentication
- Common Response Interceptor
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- User Signup
POST /api/v1/auth/signup
- User Login
POST /api/v1/auth/login
- User Update
POST /api/v1/users/update
For support or query ping me on Linkedin.