stefanlegg / supabase-nestjs-example

Example of using supabase with nestjs (server side)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supabase-nestjs-example

Setup

Clone the repo locally or copy it without the git history using degit.

degit stefanlegg/supabase-nestjs-example

Install dependencies with yarn or npm.

Copy the example env file, and update it with your Supabase info.

cp .env-example .env

About

Example of using supabase with nestjs (server side)


Languages

Language:TypeScript 94.4%Language:JavaScript 5.6%