Skip to content

Nagababu91768/Django-Food-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Django-Food-Web-Application

This project intention to discover major concepts in Django to create a Food ordering items reusable webapp through online and offline also user submit their ideas then we collaborate with them.

features

  • This project provides Authentication and Autharization along with permissions
  • Add food items to cart
  • Remove items from cart
  • submit ideas on web and check the status of the ideas
  • to use our code with other project webapps also
  • developed functional testing (automation testing using selenium) and unittesting functionalities

Installation

Use the package manager pip to install Food Apps.

reusable-Nagababu--Django--Webapps-brightgreen pypi-v0 0 (2) status-stable-yellowgreen

pip install Nagababu-Django-Webapps

Usage (This is a resuable package using web functionalities in other projects along with custom apps )

  • Install Package Using the package manager pip

    install

  • Create a django Project

    git1

  • Add webapp1,webapp2,webapp3,widget_tweaks,crispy_form to your INSTALLED_APPS setting like this

    git2

  • Configure webapp1,webapp2,webapp3 in urls.py

    git3

  • Create a email_info.py and configure the email git13

  • In settings.py include email_info.py

    git20

  • Enable Less secure allow access in email account

    git23

  • Apply migration on project and apply those migration on Database use makemigrations and migrate using command line utility called manage.py

    git4

  • To access Database or Admin create a Superuser visit http://127.0.0.1:8000/admin/

    git7

  • Run server using manage.py , once done click on generated server user http://127.0.0.1:8000/

    git5

  • Navigate to Home page

    git6

  • For registration click in Registration link on homepage

    regi

  • For login click in Login link on homepage , once you logged have a access to add items to cart

    login

  • Menu item

    items

  • Items page

    order_items

Reusable Project file

Test.zip

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published