Skip to content

Latest commit

 

History

History
137 lines (69 loc) · 2.9 KB

README.md

File metadata and controls

137 lines (69 loc) · 2.9 KB

HepsiOrada

HepsiOrada is an open-source ecommerce website built on the Django Web Framework.

Installation

1.Clone Repository & Install Packages

git clone https://github.com/Muhammet-Yildiz/HepsiOrada.git
pip install -r requirements.txt

2.Setup Virtualenv

virtualenv venv
Linux & Mac: source venv/bin/activate 

Windows: venv\Scripts\activate

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py createsuper
python manage.py runserver

📸 Screenshots

001


004


image


02



03


04


05


06


07


08


10


11


13


14


15


16