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

https://github.com/sambego/nestjs-auth0-api

The source code for https://www.youtube.com/watch?v=JzndSOAb6SQ
https://github.com/sambego/nestjs-auth0-api

Last synced: 12 months ago
JSON representation

The source code for https://www.youtube.com/watch?v=JzndSOAb6SQ

Awesome Lists containing this project

README

          

## Description

This is the end-result from the [YoutTube video](https://www.youtube.com/watch?v=JzndSOAb6SQ) "Secure Your Nest.js API Endpoints with Auth0 in ~10 Minutes"

## Installation

```bash
$ npm install
```

```bash
$ cp .env.sample .env
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Stay in touch

- Author - [Sam Bellen](https://twitter.com/sambego)
- Website - [https://auth0.com](https://auth0.com/developers)

## License

[MIT license](LICENSE).