A platform for locating eateries of varying expense, cuisine and location
make init
# Or (make not installed)
pip install -r requirements.txt
# Most reliable
python fff.py
# Or (if you have make installed - Linux/Mac)
make start
# Or
./fff.py
Then navigate to http://localhost:5000
make test
# Or (make not installed)
python -m unittest
data_generation/
: Database and mock data generation scriptsstatic/
: Our custom CSS/fonts/images (background etc.) go herestatic/vendor/
: Libraries we're using (Bootstrap, jQuery etc.)templates/
: Template files for use with Jinja2tests/
: Python unit tests