An open API service indexing awesome lists of open source software.

https://github.com/mr-yazdanian-dev/django-website-1

This is a website built using Django technology
https://github.com/mr-yazdanian-dev/django-website-1

ajax bootstrap5 css3 django django-rest-framework html5 javascript mariadb orm python rest-api

Last synced: 9 months ago
JSON representation

This is a website built using Django technology

Awesome Lists containing this project

README

          





Logo


supermarket website with Python Django


Table of Contents



  1. Overview of Project



  2. Getting Started



  3. Usage


  4. License

  5. Contact

(back to top)




Built With

The main technologies used in this project are:


Python
Django
JavaScript
AJAX
HTML5
CSS3
Bootstrap
MariaDB


(back to top)




Overview




  • Home page & Favorite page & Order page


Product Name Screen Shot
Product Name Screen Shot
Product Name Screen Shot




  • Compare page & Blog page & purchase history page


Product Name Screen Shot
Product Name Screen Shot
Product Name Screen Shot

(back to top)



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)




installation steps



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



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



  1. Clone the repo

    git clone https://github.com/Mr-Yazdanian-Dev/Django-Website-1.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)




License


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


(back to top)




Contact Me


MohammadReza Yazdanian

-
mailto:mohammadreza.yazdanian.prog@gmail.com


Project Link: Django-Website-1


(back to top)