This is a food app named 'Fooday.' This is part of my Django learning path. The app can perform CRUD operations, allowing users to add food items, update them, view, and delete. Additionally, there is functionality for user authentication and the concept of signals.
To deploy this project run
clone this project manually or use bash command explained below.
git clone https://github.com/abhishek887229/food-app-using-Django.git
- using above command you will able to downlaod this project at your local machine after downloading this project use command written below to run this project
python3 manage.py makemigration
if you are using windows no need to use python3 you can use python only.
the third command is
python3 manage.py migrate
at last run
python3 manage.py runserver
As i explain in intro this is a part of my practice, you can use this project and use it in your project, if you beginner you can practice from it take experice how things work. or you can customize it as you want.
Color | Hex |
---|---|
Example Color | #0a192f |
Example Color | #f8f8f8 |
Example Color | #00b48a |
Example Color | #00d1a0 |