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

https://github.com/vzkharov/nest-example

NestJS & Docker & Jwt & Auth
https://github.com/vzkharov/nest-example

auth docker jwt nestjs

Last synced: 2 months ago
JSON representation

NestJS & Docker & Jwt & Auth

Awesome Lists containing this project

README

          

## NestJS & MongoDB app (REST CRUD)

To start the development server (by default):

```docker-compose up -e ENV=development```

To start the production server:

```docker-compose up -e ENV=production```