Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

dfalling/sf_food_trucks

Repository files navigation

Food Trucks

Repo | Issues | Production

This application is built on the data from sfgov to provide information about San Francisco food trucks and food carts.

Software Versions

This project uses asdf to manage Elixir, Erlang, and Node.js versions. After installing it, use asdf install from the root of this project.

External Dependencies

Environmenet Variables

  • GOOGLE_API_KEY - a Google API key with access to "Maps JavaScript API" API

Setup

To start your 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

Now you can visit localhost:4000 from your browser.

Learn more