Chop It Like It's Hot Django App

Chop It Like It's Hot is a recipe web app built with Django. Users can create and modify recipes with ingredients, cooking time, and a difficulty parameter that is automatically calculated by the app. Users are able to search for recipes by their name and/or ingredients.

Screenshot of the Chop It Like It's Hot App

Chop It Like It's Hot is a recipe web app built with Django. It is the successor to my Python command line recipe app. Users can create and modify recipes with ingredients, cooking time, and a difficulty parameter that is automatically calculated by the app. Users are able to search for recipes by their name and/or ingredients. Here is the case study.

  • Backend: Django, Python, SQLite/PostgreSQL
  • Frontend: HTML, CSS, Bootstrap
  • Media Storage: Amazon S3 (via django-storages)
  • Deployment: Heroku
  • Data Visualization: Matplotlib
  • Authentication: Django auth system (login, logout, register)
  • Technologies:
    Django, Python, SQLite/PostgreSQL, HTML, CSS, Bootstrap


    Case Study
    Code