pradip9821-tcs/E-Commerce_App_NodeJS_MongoDB
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#E-Commerce_Website
SetUp instructions :-
-> First of all install Node and npm on your system.
-> In terminal or cmd,create your own node_package using command 'npm init'.
-> After creating package you have to intall node library which name in package.txt.
-> You have to enter your API like mongoDb, sendgrid, stripe.
Change your API belowe file :-
-> MongoDB_URL - app.js(16)
-> SendGrid_API - controllers/auth.js(22)
-> Stripe - controller/shop.js(4)
- views/shop/checkout.js(23)
-> Encryption_Key - app.js(58)