Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sikandarjodd/sveltekit-lucia-shadcn
SvelteKit + Drizzle ORM + Shadcn + Lucia - simple auth setup - Sign Up - Login Home Page
https://github.com/sikandarjodd/sveltekit-lucia-shadcn
Last synced: 3 months ago
JSON representation
SvelteKit + Drizzle ORM + Shadcn + Lucia - simple auth setup - Sign Up - Login Home Page
- Host: GitHub
- URL: https://github.com/sikandarjodd/sveltekit-lucia-shadcn
- Owner: SikandarJODD
- Created: 2023-08-19T22:55:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T20:25:46.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:49:04.292Z (3 months ago)
- Language: Svelte
- Homepage: https://sveltekit-lucia.vercel.app
- Size: 172 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sveltekit Lucia - Auth - Shadcn
## Installation
```
git clone https://github.com/SikandarJODD/sveltekit-lucia-shadcn.git
```### Features : Added
- Pull - This will pull the schema from Database - ( Supabase or any database u choose)
- Push - This will push the schema to the Database and make the changes accordingly.
- Generate - This will Generate the Migration for Schema - Store indrizzle/migration_name.sql
###
| Name | Library |
| --------- | --------------------------- |
| Framework | SvelteKit |
| Auth | Lucia |
| CSS | Tailwind CSS, Shadcn-svelte |
| Database | Supabase |## Pages
- Sign Up
- Log In Page
- Home Page### Dashboard Page
![Dashbaord](./dashboard.png)
### Login Page
![Output](./output.png)
### Home Page
![Home Page](./home.png)
Visit : [Sveltekit-Lucia](https://sveltekit-lucia.vercel.app) to see the Demo