silentworks / appsmith-supabase-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appsmith with Supabase Auth

These are migration files for the supabase database setup used in https://www.youtube.com/watch?v=xmb4JrTYhZg

Installation

Using npm:

npm install

Getting Started

Copy the .env.example and name it .env

Edit the file and enter all the required variable values

CONNECTION_STRING=

The "CONNECTION_STRING" can be found inside the Supabase Dashboard by going to Settings > Database then scrolling down to Connection string and clicking on the URI tab. You should see a string looking like postgresql://postgres:[YOUR-PASSWORD]@host:5432/postgres.

Run database migrations

npm m:latest

Run the seed data

npm s:run

About


Languages

Language:JavaScript 100.0%Language:Shell 0.0%