/express-prisma-auth

Primary LanguageJavaScriptMIT LicenseMIT

Express JWT authentication using Prisma

You can check the blog post here.

Setup

npm install
npx prisma migrate deploy

Lint

npm run lint

Test

npm run test

Development

npm run dev