A campus-only marketplace for students to buy, sell, and trade parts. Verified .edu emails only.
- Frontend: Next.js 16 (App Router), React 19, Tailwind CSS
- Backend: Supabase (Auth, Postgres)
- Deployment: Vercel (planned)
- Clone the repo
- Install dependencies:
npm install
- Create
.env.localwith your Supabase credentials:NEXT_PUBLIC_SUPABASE_URL=your_project_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key
- Run the dev server:
npm run dev
- Open http://localhost:3000
- Phase 1: Foundation & Auth
- Phase 2: Marketplace Core (Supply)
- Phase 3: Marketplace Core (Demand)
- Phase 4: Interactions
- Phase 5: Polish & Launch