A vessel tracking system consisting of a Node.js backend API and a React Native mobile application.
Prerequisites:
- Docker and Docker Compose
- Node.js 18+ (for local development)
Quick Start:
cd backend
chmod +x setup.sh
./setup.shFor detailed setup instructions, see: Backend README
Prerequisites:
- React Native development environment
- Mapbox access tokens
- iOS: Xcode, CocoaPods and Ruby Bundler
- Android: Android SDK and Gradle
Quick Start:
cd OrcaAisViewer
yarn install
yarn startFor detailed setup instructions, see: Mobile App README
