Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 808 Bytes

File metadata and controls

35 lines (28 loc) · 808 Bytes

OhmPlace

A campus-only marketplace for students to buy, sell, and trade parts. Verified .edu emails only.

Tech Stack

  • Frontend: Next.js 16 (App Router), React 19, Tailwind CSS
  • Backend: Supabase (Auth, Postgres)
  • Deployment: Vercel (planned)

Getting Started

  1. Clone the repo
  2. Install dependencies:
    npm install
  3. Create .env.local with your Supabase credentials:
    NEXT_PUBLIC_SUPABASE_URL=your_project_url
    NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key
  4. Run the dev server:
    npm run dev
  5. Open http://localhost:3000

Project Status

  • Phase 1: Foundation & Auth
  • Phase 2: Marketplace Core (Supply)
  • Phase 3: Marketplace Core (Demand)
  • Phase 4: Interactions
  • Phase 5: Polish & Launch