Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 508 Bytes

File metadata and controls

28 lines (19 loc) · 508 Bytes

Commentum API

Lightweight comment system with replies, voting, and moderation. Supabase Edge Functions + PostgreSQL.

Setup

1. Database

# Copy & run database/schema.sql in Supabase SQL Editor

2. Deploy

# Deploy the edge functions
supabase functions deploy
# Only for testing with web app
npm install && npm run dev

Documentation