adole99 / eStore

A web based clothing store for men

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eStore

An online shopping system with Admin and Cart Functionality

Table of Content

  1. Requirements
  2. Installation

Requirements

  • python3

Installation

  • Clone the repo

    git clone https://github.com/adole99/eStore.git

  • Install virtualenv

    pip install virtualenv

  • Create Virtual environment

    virtualenv <name>

  • Activate Virtual environment

    source <name>/bin/activate

  • Install Dependencies

    pip install -r requirements.txt

About

A web based clothing store for men


Languages

Language:CSS 38.7%Language:SCSS 28.7%Language:HTML 16.1%Language:JavaScript 10.7%Language:Python 5.8%