osya / tryTen

Django-based eCommerce project, created during the video series [Learn Python and Django - Build an eCommerce Website Step by Step from Scratch](https://www.youtube.com/watch?v=9Wbfk16jEOk)

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Introduction

Build Status Coverage Status

Django-based eCommerce project, created during the video series Learn Python and Django - Build an eCommerce Website Step by Step from Scratch

Used technologies:

  • Python & Django
  • Testing: Selenium & Headless Chrome & Factory Boy
  • Assets management: NPM & Webpack
  • Travis CI
  • Deployed at Heroku

Installation

    git clone https://github.com/osya/tryTen
    cd tryTen
    pip install -r requirements.txt
    npm install
    npm run build
    python manage.py collectstatic
    python manage.py runserver

Usage

Tests

To run all tests, run

    python manage.py test

About

Django-based eCommerce project, created during the video series [Learn Python and Django - Build an eCommerce Website Step by Step from Scratch](https://www.youtube.com/watch?v=9Wbfk16jEOk)

https://tryten.herokuapp.com/


Languages

Language:JavaScript 44.9%Language:CSS 25.9%Language:Python 21.2%Language:HTML 7.9%