Skip to content

Appetite is a web application where anyone can order their favorite food items without any shipping charges. We had added Digit product (a recipe book) to the store

Notifications You must be signed in to change notification settings

iyashvasani/Appetite-Online-Food-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appetite (Online-Food-Management-System)

  1. First Download Python.
  2. Then Download Django (In CMD pip install django hit enter.)
  3. After installing Django close CMD.
  4. Go to folder where you want to create your project in CMD
  5. django-admin startproject project_name replace project_name and give your own project name. (were my project_name is food)
  6. cd project_name project_name which you created
  7. python manage.py startapp app_name replace app_name and give your own project app name. (were my app_name is store)
  8. python manage.py runserver for running localhost server in your browser (defalut id address is 127.0.0.1:8000)

Note: If you want to run same code without any addition then don't create project_name & app_name, for that just install python and django.

Screenshot 2021-06-15 221016 image

About

Appetite is a web application where anyone can order their favorite food items without any shipping charges. We had added Digit product (a recipe book) to the store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages