Swipesaver is a web application that allows users to collaborate and rate different meals at RPI dining halls.
Our web app scrapes information off of RPI's meal website using beautifulsoup and django python to cleanly display and organize meals, as well as allow them to be rated, with the option for users to upload images of their meals.
Potential features to be added include:
- Location based dining hall finding for convenience
- Highest rated items displayed
- Search options for specific food items
Useful start-up Hints: add <**/pycache/> to .git/info/exclude in your project (don't include <>)