Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.51 KB

README.md

File metadata and controls

56 lines (38 loc) · 2.51 KB

fooday a food app

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.

Deployment

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

what to do with this project

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.

Screenshot

  • Screenshot from 2023-11-13 10-39-20

  • Screenshot from 2023-11-13 10-39-26

  • Screenshot from 2023-11-13 10-39-37

  • Screenshot from 2023-11-13 10-39-48

  • Screenshot from 2023-11-13 10-40-09

Badges

MIT License

Color Reference

Color Hex
Example Color #0a192f #0a192f
Example Color #f8f8f8 #f8f8f8
Example Color #00b48a #00b48a
Example Color #00d1a0 #00d1a0