Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbta/ride_along

A small pair of apps to enable paratransit riders to see the location and ETA of their ride.
https://github.com/mbta/ride_along

Last synced: about 1 month ago
JSON representation

A small pair of apps to enable paratransit riders to see the location and ETA of their ride.

Awesome Lists containing this project

README

        

# Ride Along

A small pair of apps to enable paratransit riders to see the location and ETA of their app.

## Development

To start your Phoenix server:

* Run `mise install` to install the correct versions of Elixir/Erlang/NodeJS
* Run `npm i --prefix assets` to install NodeJS packages
* Run `mix setup` to install and setup dependencies
* Start the background services (ActiveMQ, OpenRouteService) with `docker-compose start`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4001`](https://localhost:4001) from your browser.

## Testing

* `mix checks.dev`
* `mix checks.test`