-
Notifications
You must be signed in to change notification settings - Fork 85
/
README.md
38 lines (35 loc) · 1.21 KB
/
README.md
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
[![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)](https://www.python.org/downloads/release/python-360/)
![Django 3.0](https://img.shields.io/badge/Django-3.0-green.svg)
![Build](https://github.com/shyam999/Django-ecommerce/workflows/Build/badge.svg?branch=master)
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](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)