Nuxt 3 CRUD App

A Nuxt 3 app that displays how to use Auth Routes & Middleware to perform CRUD operations.

Stuff used

How to start

  1. Add supabase uri & supabase key to .env file
  2. Install dependencies with npm install --force or yarn
  3. Run dev with npm run dev
  4. Build & deploy if you want to npm run build