Skip to content

o-sillo/ShareWay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareWay

A comprehensive ride-sharing and parking reservation system.

Project Structure

ShareWay/
├── backend/           # Node.js Backend API (Fastify + PostgreSQL)
├── frontend/          # React Frontend (Vite + TypeScript)
├── ShareWayiOS/       # iOS Native App (SwiftUI)
└── README.md          # This file

Components

Backend

Node.js/Fastify REST API with PostgreSQL, Redis, OSRM routing, and Photon geocoding.

See backend/README.md for details.

Frontend

React web application with Vite, TypeScript, Zustand, TanStack Query, and Leaflet maps.

See frontend/README.md for details.

iOS App

Native iOS application built with SwiftUI and MapKit.

See ShareWayiOS/README.md for details.

Quick Start

Backend

cd backend
npm install
docker-compose up -d
npm run dev

Frontend

cd frontend
npm install
npm run dev

iOS

Open ShareWayiOS/ShareWay.xcodeproj in Xcode and run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors