larbish / nuxt3-supabase-example

TODO list made with nuxt3 and supabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo list example using Supabase and Nuxt 3

Live demo: https://n3-supabase.netlify.app

  • Frontend:
  • Backend:
    • app.supabase.io: hosted Postgres database with restful API for usage with Supabase.js.

Setup

Make sure to install the dependencies

yarn install

Fill the .env with the Supabase environement variables:

SUPABASE_URL="https://example.supabase.com"
SUPABASE_KEY="<your_key>"

In your Supabase project, make sure to create the tasks table with the following fields:

tasks_table

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

About

TODO list made with nuxt3 and supabase


Languages

Language:Vue 90.7%Language:TypeScript 9.3%