Skip to content

A project I worked on. Includes ejs templates, node routes, facebook login, and elastic search.

Notifications You must be signed in to change notification settings

mvemkr/Amazon-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

Prerequisites

  • Node.js - install via
  • NPM - this comes with Node.js
  • nodemon - automatically reload node server, however not necessary.
  • Also going to need to get a stripe account to grab your api key and publisher key.

Initial Setup

  • Grab the source
  • Run npm install to get all the dependencies
  • Run 'bower install' to get client dependencies (I have referenced local versions and planned on doing gulp to build)
  • Use brew install elasticsearch on mac or choco install elasticsearch on windows
  • Setup database and populate the fields in secret.js
  • Create facebook app in developers.facebook.com and add secret and id to secret.js
  • Use admin routes to add categories. You can use the api to populate the categories by sending the name of the category you want to populate.
  • Input stripe publisher key in custom.js and add the key to mainjs where stripe is imported.

About

A project I worked on. Includes ejs templates, node routes, facebook login, and elastic search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published