Skip to content

robertclapp/supabase-github-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo Project - Supabase & GitHub Integration

This is a demonstration project showing how to integrate Supabase with GitHub for code revision management.

Project Structure

  • create_users_table.sql - Database migration file for creating a users table
  • hello-world.ts - Supabase Edge Function example
  • README.md - This documentation file

Features

Database Migration

The SQL migration file includes:

  • Users table with proper constraints
  • Row Level Security (RLS) policies
  • Automatic timestamp updates

Edge Function

The TypeScript Edge Function provides:

  • CORS handling
  • GET and POST request support
  • Error handling
  • JSON response formatting

Deployment

This project can be deployed to:

  1. Supabase - For database migrations and Edge Functions
  2. GitHub - For version control and collaboration

Usage

Database Migration

Apply the migration to your Supabase project using the Supabase CLI or API.

Edge Function

Deploy the Edge Function to handle serverless API requests.


Generated as part of Manus integration demonstration

Deployment Status\n\n✅ Database migration applied successfully\n✅ Edge Function deployed successfully\n✅ GitHub repository created and synced\n\nLast updated: Thu Oct 2 23:27:38 EDT 2025

About

Demo project showing Supabase and GitHub integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors