Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 845 Bytes

README.md

File metadata and controls

65 lines (43 loc) · 845 Bytes

Online Ecommerce Shop example using Django SQLite

some feature:

  • Filter product form
  • Add to Cart, Remove from Cart
  • Product summary
  • Checkout form
  • Login with Guest Account

Installation

clone this repository:

git clone https://github.com/kritserv/django_online_store.git

virtualenv

Recommends Python3.9+

cd app && pip install -r requirements.txt

Migrate and Load dump data

python3 manage.py migrate
python3 manage.py loaddata dumped_data.json

Run Server

python3 manage.py runserver
127.0.0.1:8000/

dockerengine

docker-compose up -d --build
127.0.0.1:8000/

License:

GNU General Public License v3.0