Skip to content

piyush1009/general_store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node js, Mongodb, Express js Shopping Cart

This project work with Stripe api for Nodejs. Go to http://stripe.com/ for more information

Requiments

You need to install Nodejs and MongoDB

package.json

{
 "name": "shopping-cart",
 "version": "0.0.0",
 "private": true,
 "scripts": {
   "start": "node ./bin/www"
 },
 "dependencies": {
   "bcrypt-nodejs": "0.0.3",
   "body-parser": "~1.18.2",
   "connect-flash": "^0.1.1",
   "connect-mongo": "^2.0.0",
   "cookie-parser": "~1.4.3",
   "csurf": "^1.9.0",
   "debug": "~2.6.9",
   "express": "~4.15.5",
   "express-handlebars": "^3.0.0",
   "express-session": "^1.15.6",
   "express-validator": "^4.3.0",
   "hbs": "~4.0.1",
   "mongoose": "^4.12.5",
   "morgan": "~1.9.0",
   "passport": "^0.4.0",
   "passport-local": "^1.0.0",
   "serve-favicon": "~2.4.5",
   "stripe": "^5.3.0"
 }
}

TECHNOLOGY USED-------

  • 1-Frontend- HTML5,CSS3.
  • 2-Backend- Node.js,Express.js,MongoDB.

HOW TO RUN-------------

  • 0-First install all the Software after moving inside the project folder like "node.js", "npm install" , "npm install mongodb" "npm install passport" "npm install stripe".
  • 1-RUN "mongod" ON Command prompt.
  • 2-Then get into the "seed" folder and run "product_seeder" file.
  • 3-Now run "npm start" on command prompt.
  • 4-Finally open your browser and run the link "localhost3000".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.8%
  • HTML 36.1%
  • CSS 5.1%