/mapex

Simple App to see where street food vendors located in SFO

Primary LanguageElixir

SFO Street Food with Maps

  • Searches food by the vendor permit status and served food items
  • Shows vendors details page with zoomable map centered on location of vendor service

Credits

TODO

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 with iex -S mix phx.server

Ready to run in production? Please check our deployment guides.