🔗 Live Demo: Recipe Manager
Recipe Manager is a web-based application designed to help users store, manage, and share their favorite recipes. Built using Django and MySQL, it offers an intuitive and interactive user experience.
✅ CRUD Operations – Add, edit, view, and delete recipes effortlessly.
✅ Search & Filter – Find recipes based on ingredients, cuisine, or category. (Upcoming feature!)
✅ User Authentication – Secure login and user management system.
✅ Responsive Design – Seamlessly adapts to desktops, tablets, and mobiles.
✅ Cloud Deployment – Hosted on Render for easy accessibility.
Technology | Description |
---|---|
Django | Backend framework for business logic |
MySQL | Database for structured recipe storage |
Python | Core programming language |
HTML/CSS | Frontend design and styling |
Render | Hosting platform for deployment |
Ensure you have Python 3.8+, Django, and MySQL installed.
git clone https://github.com/your-username/recipe-manager.git
cd recipe-manager
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Now, open http://127.0.0.1:8000/ in your browser. 🎉
📦 RecipeManager
┣ 📂 recipes # App containing recipe-related features
┣ 📂 templates # HTML templates for UI
┣ 📂 static # CSS, JavaScript, and images
┣ 📜 manage.py # Django management script
┣ 📜 requirements.txt # Dependencies
┗ 📜 README.md # Project documentation
🔹 Recipe Categories & Tags
🔹 Favorite & Save Recipes
🔹 Advanced Search with Filters
🔹 API Integration for Nutrition Facts
Contributions are always welcome! Feel free to fork the repository and submit a pull request.
📩 Ayush Chainani
🔗 Portfolio | LinkedIn
Give a ⭐ if you found this useful! 🚀
✅ Visually appealing badges & formatting
✅ Well-structured sections
✅ Code snippets for easy setup
✅ Future roadmap & contributions section
Let me know if you need further refinements! 🚀🔥