This is a Django Project build for Semester 4 SP subject final submission, The Cook Book is a Online Recipe Book which allows user to search and upload food recipes, rate and review food recipes.
Contributions are always welcome! We would love to work further on this project after starting of May 2024
To deploy this project Requiered python insalled
Open terminal for project directory
- install django
...\> pip install Django
- install bootstrap and image pips for the django
...\> pip install django-bootstrap-v5'
...\> pip install Pillow
- Run
...\> python manage.py runserver
- Demo
open http://127.0.0.1:8000/
- search recipe
- comment and rate recipe
- report recipe
- upload recipe
- View profile
- View & Delete own recipe
Client: HTML, CSS, Javascript
Server: Django