Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 546 Bytes

Nest Logo

NestJS JWT with access_token & refresh_token

Getting started

  1. Clone this repository
  2. Use docker to run postgres instance docker compose up
  3. Install project dependencies npm install
  4. Run project in dev mode npm run start:dev

Packages included

  • prisma with postgres
  • passport for auth strategy
  • class validator for input validator
  • bycrypt for password hashing