jbaek7023 / AmazonClone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Clone

AmazonClone is modeled of Amazon (www.amazon.com) E-commerce website.

Languages & Frameworks: Django, JS/jQuery, HTML/CSS

Key Features

  1. Checkout Flow full

  2. Cart Page full

Setup & Run

  1. Open the project directory and go to 'src' folder
cd src
  1. Create virtual environment.
virtualenv . 
  1. Activate virtual environment source bin/activate

  2. Install the requirements for the project pip install -r requirements.txt

  3. run Django server python manage.py runserver

  4. Open your browser and go to URL 'localhost:8000'

  5. To deactivate the virtual environment, enter 'deactivate' on terminal

deactivate 

Study Source

Udemy - Django for Entrepreneur Udacity - Full Stack Web Dev

About


Languages

Language:JavaScript 35.0%Language:Python 31.5%Language:CSS 19.5%Language:HTML 13.4%Language:ApacheConf 0.6%