iOS app for tracking word trends across multiple sources (Wikipedia, arXiv, news, etc.).
- Xcode 16+
- iOS 18+
- Docker & Docker Compose (for backend)
cd hypeflow-backend
docker-compose up -dThis starts:
- hypeflow — Spring Boot API (port 8080)
- mysql — Database (port 3306)
- redis — Cache (port 6379)
API will be available at http://localhost:8080
- Open
hypeflow-ios.xcodeprojin Xcode - Select your target device/simulator
- Run (⌘R)
The app connects to localhost:8080 by default. For physical devices, update the API base URL in the app settings or use your machine's local IP.

