Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/boilerplate-nestjs-jwt-mongodb

Boilerplate of a NestJS application using MongoDB as Database and JWT as authentifier
https://github.com/maxgfr/boilerplate-nestjs-jwt-mongodb

auth back-end boilerplate jwt mongodb mongoose nestjs template typescript

Last synced: 7 days ago
JSON representation

Boilerplate of a NestJS application using MongoDB as Database and JWT as authentifier

Awesome Lists containing this project

README

        

# boilerplate-nestjs-jwt-mongodb

## Init

```sh
yarn # to install dependencies
cp .env.example .env # then set your own credentials
```

## Commands

```sh
yarn dev # to run in development mode
yarn build # to build
yarn start # to run the build folder
```