An open API service indexing awesome lists of open source software.

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.

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.