Skip to content

MohammadReza96/supermarket-website-with-Python-Django

Repository files navigation

MIT License


Logo

supermarket website with Python Django

Table of Contents
  1. Overview of Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

Overview of Project

Sequence.01.mp4

In this website we have the applications below:

  • Accounting app which includes :
    register-page | verify-page | login-page | logout-page | remmberpassword-page | userpanel-page
  • Product app which includes :
    products-page | product-page
  • Compare app which includes :
    compare-page
  • Favorite app which includes :
    favorite-page
  • Blog app which includes :
    blogs-page | blog-page
  • Order app which includes :
    order-page
  • Payment app which includes :
    payment-page | payment verify-page | payment discount-page | payment deliver day-page | redirecting bank-page
  • Score app
  • Discount app
  • Order app
  • ...

(back to top)

Built With

I use the the technology below to create this project

(back to top)

Getting Started

At first you need to install Python on your local system. you can use this link to install it.

Installation

With the steps below you can run the project on your local system

  1. Clone the repo
    git clone https://github.com/MohammadReza96/supermarket-website-with-Python-Django.git
  2. create a virtualvenv in root directory of project
    python -m virtualenv venv
  3. activate the virtualvenv using terminal
    source venv/bin/activate 
  4. install packages
    pip install -r requirement.txt
  5. run the project (first go to supermarket directory)
    python manage.py runserver

(back to top)

Usage

The images below show some part of the project

  • Home page
Product Name Screen Shot
  • Favorite page
Product Name Screen Shot
  • Order page
Product Name Screen Shot
  • Compare page
Product Name Screen Shot
  • Blog page
Product Name Screen Shot
  • userpanel purchase history page
Product Name Screen Shot

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

MohammadReza Yazdaniyan - mohammad.r.yazdaniyan@gmail.com

Project Link: https://github.com/MohammadReza96/supermarket-website-with-Python-Django

(back to top)