Hello World, This is django food recipe application. This application is built with python’s best web application framework django 2 and Css Framework Bootstrap 4. In this application, Admin will add recipes with image, title and description. Frontend user will see the all recipes and also find their favroite recipe with search functionality.
How to run the project
Before running the django project, please make sure that you have python 3 installed in your system beucase django is python framework and run with python.
1. Download the zip folder and extract
2. Open the command line or Terminal.
3. Go to the extracted folder and run the following commands
– pip install pillow
– py manage.py migrate
– py manage.py runserver
Reviews
There are no reviews yet.