edhubbard1994 / recipeek

Recipe App (Comp 460 final project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
  • About

    Recipe App (Comp 460 final project)


    Languages

    Language:Python 45.7%Language:JavaScript 34.1%Language:CSS 14.1%Language:HTML 3.2%Language:Dockerfile 2.4%Language:Shell 0.4%