A comprehensive ride-sharing and parking reservation system.
ShareWay/
├── backend/ # Node.js Backend API (Fastify + PostgreSQL)
├── frontend/ # React Frontend (Vite + TypeScript)
├── ShareWayiOS/ # iOS Native App (SwiftUI)
└── README.md # This file
Node.js/Fastify REST API with PostgreSQL, Redis, OSRM routing, and Photon geocoding.
See backend/README.md for details.
React web application with Vite, TypeScript, Zustand, TanStack Query, and Leaflet maps.
See frontend/README.md for details.
Native iOS application built with SwiftUI and MapKit.
See ShareWayiOS/README.md for details.
cd backend
npm install
docker-compose up -d
npm run devcd frontend
npm install
npm run devOpen ShareWayiOS/ShareWay.xcodeproj in Xcode and run.