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
- Host: GitHub
- URL: https://github.com/mr-yazdanian-dev/django-website-1
- Owner: Mr-Yazdanian-Dev
- License: gpl-3.0
- Created: 2025-09-02T20:39:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-29T13:39:04.000Z (9 months ago)
- Last Synced: 2025-10-29T15:34:12.211Z (9 months ago)
- Topics: ajax, bootstrap5, css3, django, django-rest-framework, html5, javascript, mariadb, orm, python, rest-api
- Language: Python
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Table of Contents
Built With
The main technologies used in this project are:
Overview
-
Home page & Favorite page & Order page
-
Compare page & Blog page & purchase history page
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
- ...
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
- Clone the repo
git clone https://github.com/Mr-Yazdanian-Dev/Django-Website-1.git
- create a virtualvenv in root directory of project
python -m virtualenv venv
- activate the virtualvenv using terminal
source venv/bin/activate
- install packages
pip install -r requirement.txt
- run the project (first go to supermarket directory)
python manage.py runserver
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact Me
MohammadReza Yazdanian
-
mailto:mohammadreza.yazdanian.prog@gmail.com
Project Link: Django-Website-1