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.
- Host: GitHub
- URL: https://github.com/bigyanse/nestjs-auth-vanilla
- Owner: bigyanse
- Created: 2024-08-01T11:13:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T11:16:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T20:14:13.110Z (over 1 year ago)
- Topics: auth, javascript, mongodb, mysql, nestjs, nodejs, postgresql, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`