SvelteKit - Lucia Auth - Drizzle ORM - Supabase
| Frameworks | Names |
| ---------- | ---------------------- |
| Full Stack | SvelteKit |
| CSS | Tailwind CSS, Daisy UI |
| Backend | Supabase |
| ORM | Drizzle ORM |
| Auth | Lucia Auth - Session based Auth |
Git Clone Repo
git clone https://github.com/SikandarJODD/Sveltekit-Lucia-Drizzle.git sv_auth
Create .env
Paste Your Supabase - Database URL
DATABASE_URL=postgres://postgres:postgres@localhost:5432/capstone
Don't add #
in Database Url , Dont add#
in database Password
Install Packages & Run
cd sv_auth
npm i
Supabase
- Go to Supabase > Settings > Database
- Copy the Database URL -> Change the Password
Your Password
- Go to Supabase > Go to SQL Editor
- Click on
New Querry > New Blank Querry
- Add your Generated SQL Code
- Now You are Read to Go
Run on Localhost
npm run dev -- --open
Home Page
Sign Up
Login Page
Login Page *Dark Mode