https://github.com/bjacobel/menuwatch
A Django project to enhance the Bowdoin dining experience.
https://github.com/bjacobel/menuwatch
Last synced: 3 months ago
JSON representation
A Django project to enhance the Bowdoin dining experience.
- Host: GitHub
- URL: https://github.com/bjacobel/menuwatch
- Owner: bjacobel
- Created: 2013-04-30T15:16:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T13:46:15.000Z (almost 11 years ago)
- Last Synced: 2025-03-11T21:01:56.167Z (3 months ago)
- Language: Python
- Homepage: menuwat.ch
- Size: 4.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Menuwatch](http://menuwatch.bjacobel.com)
### The menu tracker for Bowdoin students.
Do you love Hungarian Mushroom Soup, but always forget and go to Thorne when it's at Moulton?
Does finding out that there's Taco Bar on Thursday totally make your week?
**Menuwatch is for you.**
***
* Track your favorite menu items at Moulton and Thorne and recieve email alerts when they're coming up
* Customize your alerts: see the next day, three days, or week at a glance. Don't ever go to Moulton? Enable alerts for Thorne only.
* See what foods are recent or popular, and add them to your alerts instantly***
Menuwatch is a Django 1.5 app. To get started, ensure that you have Python 2.7.x, clone this repo, then `pip install -r reqs/dev.txt`. Install Postgres (the reccommended way is with [Postgres.app](http://postgresapp.com/)) and create a database named `menuwatch`. After you `manage.py syncdb` and `manage.py migrate`, you'll be able to `manage.py runserver` to get up and running.***
#####Travis-CI status: [](https://travis-ci.org/bjacobel/menuwatch)