Skip to content

Instantly share code, notes, and snippets.

@gemfarmer
Last active December 26, 2015 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gemfarmer/7219911 to your computer and use it in GitHub Desktop.
Save gemfarmer/7219911 to your computer and use it in GitHub Desktop.
Food Truck Tracker aggregates food truck location data to help customers find their favorite trucks!

Food Truck Tracker (working title)

Backend

Technologies

  1. CoffeeScript, Node.js/Express
  2. Node.js/Express
  3. MongoDB
  4. Socket.io
  5. APIs (Twitter, Open Street Map)

Workflow

  1. Use APIs to determine the location of a food trucks, customer location
  2. Store information about different food truck profiles in MongoDB
  3. Store customers user information, including favorited food trucks

Frontend

Technologies

  1. CoffeeScript
  2. Open Street Map
  3. HTML5, CSS3

Workflow

  1. Customer Login
  2. Food Truck Login
  3. Display location of food trucks in current or specified location
  4. Display food truck ratings and or favorites(change the model), reviews

Notes

  1. The project goal would be to create an MVP, not a complete app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment