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

https://github.com/sikandarjodd/sveltekit-drizzle

Contains : SvelteKit + Drizzle ORM - Supabase
https://github.com/sikandarjodd/sveltekit-drizzle

daisyui drizzle drizzle-orm sveltekit sveltekit-drizzle sveltekit-drizzle-template tailwind

Last synced: 3 months ago
JSON representation

Contains : SvelteKit + Drizzle ORM - Supabase

Awesome Lists containing this project

README

        

![Code](heading.jpg)
| Frameworks | Names |
| ---------- | ---------------------- |
| Full Stack | SvelteKit |
| CSS | Tailwind CSS, Daisy UI |
| Backend | Supabase |
| ORM | Drizzle ORM |

### Git Clone Repo

```
git clone https://github.com/SikandarJODD/SvelteKit-Drizzle.git
```
or
### npm Install Package

```
npm i sv-drizzle

```

### 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 SvelteKit-Drizzle
npm i
```

### Supabase
- 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
```
### Output
![Output](output.png)