/nest-auth

Primary LanguageTypeScript

Nest Auth

Setup in local

  1. Clone this project
  2. Create Mongo Database
  3. Copy .env.example to .env
  4. Configure .env
  5. Build
    pnpm build
  6. Start
    pnpm start