- 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_mapasmixdependency - add periodic refresh of local CSV from http://data.sfgov.org/resource/rqzj-sfat.csv
- tests for added functionality
- drop
Ectodependency
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 setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Ready to run in production? Please check our deployment guides.