Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.1 KB

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.