Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 278 Bytes

File metadata and controls

9 lines (7 loc) · 278 Bytes

Simple Auth System

Quick Start

  1. Set DATABASE_URL to your Supabase connection string
  2. Run: pip install -r requirements.txt
  3. Run: cd backend && alembic upgrade head
  4. Run: python run.py (from root) or cd backend && python run.py
  5. Visit: http://localhost:5001/docs