Skip to content

this is the food app design in Django you can perform CRUD operation on it

Notifications You must be signed in to change notification settings

abhishek887229/food-app-using-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

this is the food app design in Django you can perform CRUD operation on it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published