Skip to content

kritserv/django_online_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ecommerce website build with Django, Docker, SQLite.

Topics

Resources

License

Stars

Watchers

Forks

Languages