https://github.com/randikabanura/uom_e-commerce
https://github.com/randikabanura/uom_e-commerce
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/randikabanura/uom_e-commerce
- Owner: randikabanura
- Created: 2024-04-08T14:47:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-21T05:06:31.000Z (about 1 year ago)
- Last Synced: 2025-02-05T02:41:00.699Z (4 months ago)
- Language: JavaScript
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
`Featured Products Page`
`More Products Page`
`Related Products Page`
`Product Details Page`
`Shopping Cart Page`
`Checkout Page`
`Payment Form`
`Admin User Dashboard Of Helanka Ecommerce Site`
# 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`