Skip to content

jbaek7023/AmazonClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published