Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 396 Bytes

SvelteKit Authentication using prisma and jwt

This is an example of how we can create an authentication system with SvelteKit using JsonWebToken and Prisma

How to run this example-app in your computer

  1. Clone the repo
  2. Change your .env.example to .env
  3. Create a database, on my example I used mysql
  4. update the .env variables
  5. npm install
  6. prisma db push
  7. Have fun