ssruiz / nestjs-template-jwt

Project Template - Nestjs - Prisma - Mongo - JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

Nest Stater Project.

Includes:

  • Auth module (JWT)
  • Config Module
  • Validations
  • Mongo databases via docker (Dev and Testing)
  • EeE testing for auth module

Installation

  • Create a .env file
  • For testing is needed a .env.test file
$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

License

Nest is MIT licensed.

About

Project Template - Nestjs - Prisma - Mongo - JWT


Languages

Language:TypeScript 94.2%Language:Dockerfile 4.3%Language:JavaScript 1.5%