boraxpr / nuxtjs-supabase

https://nuxtjs-supabase.vercel.app
2 stars 1 forks source link

Prerequisites

  1. .env file with SUPABASE_URL and SUPABASE_KEY

  2. NPM package manager and NodeJS (Please refer to https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)

  3. Install the dependencies

npm install
  1. Get Database Schemas from Supabase
npm run update-types
  1. Run
npm run dev

About

Overview

The project uses Front-End NuxtJS, Back-End Supabase. Additional Back-end features are expected to be implemented as Serverless Functions (/server/api).

User Interface

Authentication

Database Connection

PostgREST