Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mbta/ride_along
- Owner: mbta
- License: mit
- Created: 2024-05-21T15:16:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T00:13:41.000Z (about 1 month ago)
- Last Synced: 2024-11-20T01:19:23.248Z (about 1 month ago)
- Language: Elixir
- Homepage:
- Size: 4.41 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`