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

https://github.com/jsnomad/nest-api-auth-jwt

Nest API with JWT authentication
https://github.com/jsnomad/nest-api-auth-jwt

api authentication jwt nestjs

Last synced: about 1 year ago
JSON representation

Nest API with JWT authentication

Awesome Lists containing this project

README

          

# nest-api-auth-jwt

Nest project with : Swagger, JWT, PM2, Docker, e2e test


swagger

## Setup

Clone the repo then install dependencies :

```bash
npm install
```

Create .env file :

```bash
cp .env.example .env
```

### Start

Run the following command to start the HTTP server (dev mode).

```bash
npm start
```

### Swagger Documentation

Start the server, then

```bash
http://localhost:3001/docs/
```