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
- Host: GitHub
- URL: https://github.com/jsnomad/nest-api-auth-jwt
- Owner: jsnomad
- Created: 2018-01-24T08:37:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T09:05:38.000Z (over 8 years ago)
- Last Synced: 2025-04-01T15:09:51.982Z (about 1 year ago)
- Topics: api, authentication, jwt, nestjs
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nest-api-auth-jwt
Nest project with : Swagger, JWT, PM2, Docker, e2e test
## 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/
```