Santiago8888 / shuup

Test e-commerce shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shuup

Test e-commerce shop

To run the project:

Navigate to desired directory, then:

$ git clone https://github.com/Santiago8888/shuup.git

Create virtual environment:

$ virtualenv shuup_env

Activate virtual environment:

$ source shuup_env/bin/activate

Install dependencies:

$ pip install -r requirements.txt

For windows it is recommended to install dependencies as:

$ pip install -r requirements.txt --no-dependencies

Run project: $ python manage.py runserver

Admin account: santiago@goexpedi.com pwd: goexpedi

Admin dashboard: http://127.0.0.1:8000/sa/home/

Shop's front end: http://127.0.0.1:8000/sa/home/

Developer contact Information: santiago.marti67@gmail.com

Project docs: https://docs.google.com/document/d/1ouckHX9MQbYmG2yrS6qs8UXcsE3msbPLelugxfYvXtI/edit#

About

Test e-commerce shop


Languages

Language:HTML 52.0%Language:Python 41.2%Language:JavaScript 6.8%