Skip to content

anamul94/nest-boilerplate-mongodb

Repository files navigation

Nest Logo

NestJs starter template with MongoDB

Description

Nest framework TypeScript starter repository.

Feature

  • 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

Installation

$ npm install

Running the app

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

Swagger URL

{ip/domain}:{port}/api

Example

http://localhost:8080/api

Stay in touch

  • Author - [Anamul Haque]

About

NestJS boilerplate with mongodb database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published