Skip to content

anirudha13/food-truck-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

food-truck-app

==============

A Simple Food Truck Map for SF Food trucks.

This is a simple web based application that maps all the Food Trucks in San Francisco and allows user's to search them by truck type or by food items served. The data is fetched from DataSF: Food Trucks. The application uses the following technologies,

  • Dropwizard, Java based technology that allows one to write REST servers quickly.
  • Bootstrap, A CSS framework for creating nice looking web site quickly.
  • AngularJS, "A SuperHeroic JavaScript framework"
  • Angular UI Bootstrap, Bootstrap components written in pure AngularJS by the AngularUI Team
  • Angular Google Map, GoogleMap AngularJS Directive

The application is Demo'ed here.

Assumptions

  • The map does not center itself based on user location but is hardcoded to center on SF. ** Reason being that food truck data is not available globally so there was no point to center this on any other location.
  • The Food truck data is not updated frequently since the likelihood of this changing often is very low. ** Although I have a TODO below to periodically add the ability to the backend to refresh the data by making a call to the API endpoint.
  • Food trucks with EXPIRED application status are not stored in the server since these do not have location information with them.

TODOs

  • Display information of the Food Trucks marked on the Map in a List view as well
  • Add functionality for the backend to update the Food Truck Store periodically. Right now the server only initializes itself with all the Food Truck data upon startup due to the latency.

About

A Simple Food Truck App for SF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published