Nest framework TypeScript starter repository.
- User SignUp(Role:Optional)
- User SignIn
- User Update
- JWT
- Set role to bulk user(Admin Only)
- Google OAuth
- Reset Password
- Forgot Password
- Mailsend(https://www.mailersend.com/)
- Swagger
$ npm install
Create Role in DB manually
# Prepare .env
$ cp .env-example .env
# set value according to your config
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
{ip/domain}:{port}/api
Example
- Author - [Anamul Haque]