An app for aggregating and analyzing the accuracy of GTFS predictions using TripUpdates and VehiclePositions over time.
PostgreSQL and Direnv are available on macOS Homebrew.
asdf install
cp .envrc.template .envrc
- You may have to adjust
DATABASE_ROOT_URL
in this file to reflect your Postgres install, e.g. changingpostgres@
toyour_username@
- You may have to adjust
direnv allow
mix deps.get
mix ecto.setup
npm install --prefix assets
- Run the app:
mix phx.server
(then go to http://localhost:4000) - Run the tests:
mix test