Skip to content

calmhandtitan/foodtrucksnearby

Repository files navigation

foodtrucksnearby

Build Status Stories in Ready Code Health

A service that tells the user what types of food trucks might be found near a specific location on a map.

Data pulled from DataSF: Food Trucks

API documentation here

To build django project locally:

  • $ git clone or fork
  • $ virtualenv env (It is recommended to use virtualenv)
  • $ source env/bin/activate
  • $ pip install - r requirements.txt
  • configure MySQL DB and set database in foodtrucknearby/settings.py
  • $ python fetch_data.py to fetch data from Data SF
  • $ python manage.py runserver

About

A service that tells the user what types of food trucks might be found near a specific location on a map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published