Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqmvt/nest-auth
nest.js auth system
https://github.com/tqmvt/nest-auth
nestjs typescript
Last synced: about 2 months ago
JSON representation
nest.js auth system
- Host: GitHub
- URL: https://github.com/tqmvt/nest-auth
- Owner: tqmvt
- Created: 2023-03-10T13:14:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T13:17:42.000Z (almost 2 years ago)
- Last Synced: 2023-08-22T04:50:25.845Z (over 1 year ago)
- Topics: nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```