-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.md
41 lines (28 loc) · 974 Bytes
/
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
39
40
41
[![Python 3.10.7](https://img.shields.io/badge/python-3.10.7-yellow.svg)](https://www.python.org/downloads/release/python-3107/)
![Django 4.1](https://img.shields.io/badge/Django-4.1.3-green.svg)
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/basantsd/estore/blob/main/LICENSE)
# E-Store (Django E-commerce)
Django-ecommerce is an open-source ecommerce platform built on the Django Web Framework.
## Installation
**1.clone Repository & Install Packages**
```sh
git clone https://github.com/basantsd/estore
pip install -r requirements.txt
```
**2.Setup Virtualenv**
```sh
virtualenv env
source env/bin/activate
```
**3.Set Env File**
```sh
mv .env.example .env
```
**4.Migrate & Start Server**
```sh
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```
## Where to find Me
Like Me on [Linkedin](https://www.linkedin.com/in/basant-singh-dobal-7353a2186/)