A barebone full-stack Nuxt 3 starter template with Authentication, and SQLite DB for your next SaaS app.
Make sure to install the dependencies:
pnpm install
cp .env.example .env
Setup turso and fill in the turso db credentials
Update the schema to fit your needs in database/schema.ts folder
pnpm run db:push
pnpm run db:migrate
pnpm run db:studio
which will run drizzle kit studio
pnpm run dev