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

https://github.com/randikabanura/uom_e-commerce


https://github.com/randikabanura/uom_e-commerce

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Helanka Ecommerce Website Powered With Django

Ecommerce website built with Django 2.2.3, Python 3.7.3

`Home Page`
![Home Page](https://github.com/randikabanura/uom_e-commerce/assets/125739472/a31167e7-291f-42b0-9b2e-d048e6b37097)

`Featured Products Page`
![Featured Products](https://github.com/randikabanura/uom_e-commerce/assets/125739472/762eb815-9a2a-46d3-be86-4795a45d4eb6)

`More Products Page`
![More Products Page](https://github.com/randikabanura/uom_e-commerce/assets/125739472/7b866a79-4e4a-4ef1-86b1-ba28b58fb1ca)

`Related Products Page`
![Related Products Page](https://github.com/randikabanura/uom_e-commerce/assets/125739472/d03add51-b2e1-4e15-a16b-4dbd809dfdfd)

`Product Details Page`
![Product Details Page](https://github.com/randikabanura/uom_e-commerce/assets/125739472/cfca3113-7b78-4385-9340-647003be563f)

`Shopping Cart Page`
![shopping cart](https://github.com/randikabanura/uom_e-commerce/assets/125739472/d842267c-4809-4d6a-a3fd-0890964e0c36)

`Checkout Page`
![checkout page](https://github.com/randikabanura/uom_e-commerce/assets/125739472/dcb45bbc-fc1c-45e6-8628-e526694631d5)

`Payment Form`
![Payment Form](https://github.com/randikabanura/uom_e-commerce/assets/125739472/2c3fad8f-b79e-40fe-a72e-ece25389584d)

`Admin User Dashboard Of Helanka Ecommerce Site`
![admin dashboard of ecommerce site](https://github.com/randikabanura/uom_e-commerce/assets/125739472/ebaca7ed-7423-4076-a8df-c3fe894c3414)

# Installation

`git clone https://github.com/randikabanura/uom_e-commerce.git
.git`

`cd uom_e-commerce`

`pip install virtualenv`

`virtualenv env`

# For Mac/ Linux

`source env/bin/activate`

# For Window

`env\Scripts\activate`

`pip install -r requirements.txt`

Install below version in terminal and 'New Version will face version conflict error'

```python

pip install Django==2.2.4
python -m pip install django-allauth==0.40.0
pip install django-crispy-forms==1.7.2
pip install django-countries==5.5
pip install stripe==2.37.1
pip install Pillow

```

`python manage.py makemigrations`

`python manage.py migrate`

`python manage.py runserver`