Giter VIP home page Giter VIP logo

amazon_clone's Introduction

AMAZON CLONE PAGE

This is Amazon clone site.

Amazon-clone

Getting Started

Prerequisites

node.js and node package manager (npm) shall be installed.

Installing

After clone to your local repo.

npm install

Then, run app

node app.js

Product image

Upload Photo

Following is the folder structure.

├── app.js
├── bin
│ └── www
├── db
│ └── mongoose.js
├── models
│ └── inventory.js
│ └── user.js
├── package.json
├── public
│ ├── images
│ ├── javascripts
│ └── stylesheets
│     └── style.css
├── routes
│ ├── index.js
│ └── users.js
│ └── inventories.js
└── views
│ └── partial──navbar.hbs
│ └── review──user_review.hbs
│ └── cart.hbs
│ └── home.hbs
│ └── index.hbs
│ └── inventory-edit.hbs
│ └── inventory.hbs
│ └── layout.hbs
│ └── login.hbs
│ └── purchase.hbs
│ └── register.hbs
├── error.hbs
├── index.hbs
└── layout.hbs
└── package.json
└── Procfile
└── README

Features implemented

  • Secure login - login by using Passport.JS local strategy
  • Item search - by item name, by item tag in department
  • Item purchase - add item(s) to cart, change qty after in cart.
  • Item review - review item(s) and grade
  • Item edit -- edit item(s), qty, name, description, etc..

Running the tests

Automated test is not implement here. Future improvment

Deployment

Use Heroku to deploy, https://gt-amazon-clone.herokuapp.com/

Built the following major node packages,

Versioning

Authors

License

This project is licensed under the MIT License

Acknowledgments

  • CJ Jordan and Hannah Patellis, our bootcamp teachers.
  • Arturo Salmeron, our TA

Note

This project includes images from Amazon sites. All copywright of images from Amazon site belongs to Amazon.

amazon_clone's People

Contributors

kmaryam27 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.