Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucassmonn/nestjs-base

nestjs base with authentication and mongodb
https://github.com/lucassmonn/nestjs-base

auth base boilerplate jwt mongodb mongoose nest nestjs node typescript

Last synced: 3 days ago
JSON representation

nestjs base with authentication and mongodb

Awesome Lists containing this project

README

        

## Description

[Nest](https://github.com/nestjs/nest) boilerplate with authentication.

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## Test

```bash
# e2e tests
$ pnpm run test
```