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 installcp .env.example .envSetup turso and fill in the turso db credentials
Update the schema to fit your needs in database/schema.ts folder
pnpm run db:pushpnpm run db:migratepnpm run db:studiowhich will run drizzle kit studio
pnpm run dev