Django app for sharing and searching recipes.
👉 See it live here
-
User Authentication:
Users can create an account, securely login/logout -
Recipe Management:
Authorized users can create new recipes, update existing recipes, and delete recipes that they have created. -
User Profiles:
Click on usernames to view users recipes. -
Basic Search:
Users can search for recipes by name using the basic search feature. -
Advanced Search:
Users can perform more complex queries to find recipes based on various criteria such as cuisine, preparation time, main ingredient and recipe type.
- After logging in, you'll find an option to "Create Recipe" on your dashboard
- Fill in the recipe details, including the name, ingredients, method, recipe type, preperation time, cuisine, main ingredient and an optional image and description.
- Click on the "Submit" button to publish your recipe.
- On the homepage, you'll find a search bar.
- Enter the name of the recipe you're looking for and press "Enter."
- The search results will display matching recipes.