-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md
More file actions
38 lines (35 loc) · 1.21 KB
/
README.md
File metadata and controls
38 lines (35 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[](https://www.python.org/downloads/release/python-360/)


[](https://github.com/shyam999/django-ecommerce/blob/master/LICENSE)
# Django E-commerce
Django-ecommerce is an open-source ecommerce platform built on the Django Web Framework.
## Features Included
- Custom Admin dashboard
- Search Functionality
- Shopping Cart
- Order Management
- Coupon system
- Payments Using Stripe
- Responsive, mobile-friendly design
- Much more...
## Installation
**1.clone Repository & Install Packages**
```sh
git clone https://github.com/shyam999/Django-ecommerce.git
pip install -r requirements.txt
```
**2.Setup Virtualenv**
```sh
virtualenv env
source env/bin/activate
```
**3.Migrate & Start Server**
```sh
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```
## Where to find Me
Like Me on [Facebook](https://www.facebook.com/shyam333445/)
Or visit My [Website](https://shyam999.github.io)