https://github.com/kinshuk-code-1729/recipe-project-django
This is my first project using Django web framwork by python.
https://github.com/kinshuk-code-1729/recipe-project-django
django-project python-3 webdevelopment
Last synced: 3 months ago
JSON representation
This is my first project using Django web framwork by python.
- Host: GitHub
- URL: https://github.com/kinshuk-code-1729/recipe-project-django
- Owner: kinshuk-code-1729
- License: mit
- Created: 2024-02-15T18:20:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T08:36:13.000Z (almost 2 years ago)
- Last Synced: 2025-12-09T16:56:43.888Z (6 months ago)
- Topics: django-project, python-3, webdevelopment
- Language: Python
- Homepage:
- Size: 832 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨Recipe-Project-Django
This is my first project using Django web framwork by python.
## Various features of the application
- **CREATE :** A new Recipe can be *added* with fields :
- ***Recipe Name***
- ***Description***
- ***Image***
- **READ/VIEW :**
- We can see a *list of all recipes*.
- We can *search* for a recipe.
- **UPDATE :** We can *update* any recipe.
- **DELETE :** Any recipe can be deleted from the list.