This project work with Stripe api for Nodejs. Go to http://stripe.com/ for more information
You need to install Nodejs and MongoDB
{
"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"
}
}
- 1-Frontend- HTML5,CSS3.
- 2-Backend- Node.js,Express.js,MongoDB.
- 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".