Skip to content

ShoutboxNET/Supabase-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoutbox with Supabase Edge Functions

This example shows how to use Shoutbox with Supabase Edge Functions.

Prerequisites

To get the most out of this guide, you’ll need to:

cp .env.example .env

Instructions

  1. Make sure you have the latest version of the Supabase CLI installed.

  2. Run function locally:

supabase start
supabase functions serve --no-verify-jwt --env-file .env

GET http://localhost:54321/functions/v1/shoutbox

  1. Deploy function to Supabase:
supabase functions deploy shoutbox --no-verify-jwt

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published