0.0.1 • Published 2 years ago
sv-drizzle v0.0.1
| 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
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
0.0.1
2 years ago