Repository · ccantynz
brand new system built by claude
⚡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 devEnvironment Variables
See backend/.env.example for required backend config.