sveltekit_endpoint_practice Svelte Themes

Sveltekit_endpoint_practice

Simple SvelteKit blog with content from external API, using Lucia-Auth and Prisma ORM.

sveltekit_endpoint_practice

Inspired by the Joy of Code tutorial for creating blog to practice endpoints.

Learning objectives:

  • Experience Lucia session based auth, to compare with Supabase SSR Auth (based on JSON Web Tokens).
  • Experience Prisma ORM, vs. more SQL-based querying that I've experienced with Supabase Auth's API (using a PostgreSQL db).

Tech stack

  • SvelteKit
  • Lucia: Authentication
  • Prisma: ORM for local SQLite database
  • Tailwind CSS

Top categories

Loading Svelte Themes