Repo | Issues | Production
This application is built on the data from sfgov to provide information about San Francisco food trucks and food carts.
This project uses asdf to manage Elixir, Erlang, and Node.js versions. After installing it, use asdf install
from the root of this project.
- Postgres
- Postgres PostGIS
Note: for Mac users it's easiest to just run
brew install postgis
GOOGLE_API_KEY
- a Google API key with access to "Maps JavaScript API" API
To start your 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
Now you can visit localhost:4000
from your browser.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix