/recipeek

Recipe App (Comp 460 final project)

Primary LanguagePython

RECIPEEK

What is Recipeek?

This application aims to collect data on recipes from all across the internet and make them searchable in one open source place. This we hope can lay the groundwork for interesting datamining applications... its also the final project for our advanced algorithms class so please don't judge our "semester project" quality code.

URI: recipeek.info

Setup

  • Pull source
  • Download Docker Desktop at https://docker.com/
  • Open terminal and go to repository directory

    Build

  • At the top level run "docker-compose build"

    Running

  • At the top level run "docker-compose up"

    developing

  • Make and save all code changes
  • if changes in Django app, ensure all new imports (any pip installed package) are placed in requirements.txt
  • EITHER run "docker-compose build" AND "docker-compose up"
  • OR run "docker-compose up --build"