- Searches food by the vendor permit status and served food items
- Shows vendors details page with zoomable map centered on location of vendor service
- https://github.com/sntran for https://github.com/sntran/live_map
- https://github.com/elixir-explorer/explorer/graphs/contributors for Explorer
- https://github.com/aiwaiwa/phoenix_dark_mode
- display map and details in modal and evolve to an SPA
-
live_map
asmix
dependency - add periodic refresh of local CSV from http://data.sfgov.org/resource/rqzj-sfat.csv
- tests for added functionality
- drop
Ecto
dependency
To start in docker compose
docker compose up --remove-orphans
Visit http://localhost:4000/food_vendors
from your browser.
To start as Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Ready to run in production? Please check our deployment guides.