Frameworks | Names |
---|---|
Full Stack | SvelteKit |
CSS | Tailwind CSS, Daisy UI |
Backend | Supabase |
ORM | Drizzle ORM |
git clone https://github.com/SikandarJODD/SvelteKit-Drizzle.git
or
npm i sv-drizzle
Paste Your Supabase - Database URL
DATABASE_URL=postgres://postgres:postgres@localhost:5432/capstone
Don't add #
in Database Url , Dont add#
in database Password
cd SvelteKit-Drizzle
npm i
- 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
npm run dev -- --open