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

https://github.com/bigyanse/nestjs-auth-vanilla

NestJS Auth Implementation based on TypeORM and JWT.
https://github.com/bigyanse/nestjs-auth-vanilla

auth javascript mongodb mysql nestjs nodejs postgresql sqlite typescript

Last synced: 2 months ago
JSON representation

NestJS Auth Implementation based on TypeORM and JWT.

Awesome Lists containing this project

README

          

# nestjs-auth-vanilla

NestJS Auth Implmentation based on TypeORM and JWT.

# Installation and Usage

- `git clone https://github.com/bigyanse/nestjs-auth-vanilla.git`
- `cd nestjs-auth-vanilla`
- `pnpm install`
- `cp .env.example .env` and modify variables in `.env` file
- `pnpm typeorm-ts-node-commonjs migration:run -d ormconfig.ts`
- `pnpm start:dev -b swc`