Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sikandarjodd/sveltekit-lucia-drizzle
Contains : Lucia Auth - Drizzle ORM - SvelteKit
https://github.com/sikandarjodd/sveltekit-lucia-drizzle
Last synced: 13 days ago
JSON representation
Contains : Lucia Auth - Drizzle ORM - SvelteKit
- Host: GitHub
- URL: https://github.com/sikandarjodd/sveltekit-lucia-drizzle
- Owner: SikandarJODD
- Created: 2023-08-18T04:41:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T22:28:15.000Z (over 1 year ago)
- Last Synced: 2024-12-19T02:07:34.605Z (15 days ago)
- Language: TypeScript
- Homepage: https://sveltekit-lucia-drizzle.vercel.app
- Size: 525 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit - Lucia Auth - Drizzle ORM - Supabase
![Code](heading.jpg)
| 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 PasswordYour Password
- Go to Supabase > Go to SQL Editor
- Click onNew Querry > New Blank Querry
- Add your Generated SQL Code
- Now You are Read to Go### Run on Localhost
```
npm run dev -- --open
```
#### Home Page
![Output](output.png)
#### Sign Up
![Output](signup.png)
#### Login Page
![Output](login.png)
#### Login Page *Dark Mode
![Output](login_dark.png)