fabiancabau / express-prisma-jwt-auth-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%