NestJS Auth Implmentation based on TypeORM and JWT.
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
filepnpm typeorm-ts-node-commonjs migration:run -d ormconfig.ts
pnpm start:dev -b swc