Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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
![Output](output.png)
#### Sign Up
![Output](signup.png)
#### Login Page
![Output](login.png)
#### Login Page *Dark Mode
![Output](login_dark.png)