/nodejs-shopping-cart

nodejs shopping cart source node

Primary LanguageJavaScript

NodeJS shopping cart

  • Language: javascript
  • Implementation: node
  • Framework: express
  • Package manager: npm
  • Template engine: handlebars
  • Database : mongoDB

Interface

  • Sign up/in
  • User profile
  • Products
  • Cart
  • Checkout

Products

Products are listed on seed/product-seeder.js file.

Before running the server, execute seeder

$node seed/product-seeder.js

Check out

Insert your stripe key on routes/index.js(secret key) and public/javascripts/checkout.js(public key).

If you don't have API key, Sign up https://stripe.com