Recipe Hub Web Application
This application is built using Django Framework.
You may view a specification at documentation/ProjectSpecification.pdf.
The folder foodchaser holds the core implementation of the application.
You may find html templates at foodchaser/foodchaser/templates
Database design can be found at foodchaser/foodchaser/models.py
Core backend implementations include forms.py, handle_recipe.py, lookups.py, recommendation.py, views.py in foodchaser/foodchaser.