Muhammet-Yildiz / HepsiOrada

HepsiOrada is an open-source e-commerce site. With its user-friendly interface and rich features, it provides a secure shopping experience.

Home Page:https://hepsiorada.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

HepsiOrada is an open-source e-commerce site. With its user-friendly interface and rich features, it provides a secure shopping experience.

https://hepsiorada.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 53.9%Language:HTML 17.5%Language:Python 15.9%Language:CSS 12.7%