utkarsh1706 / Django-Recipe-Finder

A Django web application that allows users to search, add, view, and delete recipes. Recipes are stored in a MongoDB database and images are saved in the static files directory. Redis is used for caching to improve search performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Recipe-Finder

A Django web application that allows users to search, add, view, and delete recipes. Recipes are stored in a MongoDB database and images are saved in the static files directory. Redis is used for caching to improve search performance.

Features

  • Home Page: Users can search for recipes.
  • Search Results: Display recipes based on user query.
  • Add Recipe: Users can add a new recipe with an image.
  • View All Recipes: Display all recipes available in the database.
  • Delete Recipe: Users can delete a recipe.
  • About

    A Django web application that allows users to search, add, view, and delete recipes. Recipes are stored in a MongoDB database and images are saved in the static files directory. Redis is used for caching to improve search performance.


    Languages

    Language:Python 51.2%Language:HTML 44.8%Language:CSS 4.0%