Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HypeFlow

iOS app for tracking word trends across multiple sources (Wikipedia, arXiv, news, etc.).

App Screenshot #1 App Screenshot #2

Requirements

  • Xcode 16+
  • iOS 18+
  • Docker & Docker Compose (for backend)

Backend Setup

cd hypeflow-backend
docker-compose up -d

This starts:

  • hypeflow — Spring Boot API (port 8080)
  • mysql — Database (port 3306)
  • redis — Cache (port 6379)

API will be available at http://localhost:8080

iOS App

  1. Open hypeflow-ios.xcodeproj in Xcode
  2. Select your target device/simulator
  3. 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.

About

hypeflow ios app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages