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

https://github.com/marttp/auth-nest-graphql

nest on top of fastify with mongo and graphql passwort jwt and bcrypt
https://github.com/marttp/auth-nest-graphql

Last synced: 3 months ago
JSON representation

nest on top of fastify with mongo and graphql passwort jwt and bcrypt

Awesome Lists containing this project

README

          


Nest Logo

A Nest.js template for building with auth and mongo. Basic CRUD functionality for user.
Lite and schema agnostic.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```