Repository · ccantynz
Strong

brand new system built by claude

main6 branches4 files · 4 dirsUpdated 5mo ago
CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings
apiFix Maps API: add Vercel serverless function for Places autocomplete6 months ago
backendFix 5 critical bugs preventing production use5 months ago
frontendAdd error logging to AddressInput autocomplete catch block5 months ago
scriptsAdd real data migration scripts for Bookaride_db → Neon5 months ago
.gitignorefeat: BookARide V2 - Sessions 1 & 2 (booking flow & pricing)6 months ago274 B
README.mdfeat: BookARide V2 - Sessions 1 & 2 (booking flow & pricing)6 months ago607 B
render.yamlfeat: BookARide V2 - Sessions 1 & 2 (booking flow & pricing)6 months ago799 B
vercel.jsonFix Vercel API proxy: route /api requests to Render backend5 months ago318 B
No AI activity this week
README.md

BookARide V2

Auckland airport transfer & shuttle booking platform.

Tech Stack

  • Frontend: React 18 + Vite + Tailwind CSS + React Router
  • Backend: FastAPI + Neon PostgreSQL (asyncpg)
  • Payments: Stripe + Afterpay
  • Hosting: Render.com

Quick Start

# Backend
cd backend
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env  # fill in your values
uvicorn app.main:app --reload --port 10000

# Frontend
cd frontend
npm install
npm run dev

Environment Variables

See backend/.env.example for required backend config.