Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 732 Bytes

File metadata and controls

21 lines (12 loc) · 732 Bytes

Shopping-Website_using_Nodejs_MongoDB-Mongoose

This is a shopping website designed using Node.js in which you can manage your items which are saved in the MongoDB and add or delete it in your cart for shopping.

My Product Website :

https://shoping-app-nodejs.herokuapp.com/

How to run this:

1- Download all the files and open the folder in Visual Studio code.

2- In the terminal, run following code to install all the required npm packages.

npm install

3- Create and account in MongoDB and paste your DB username, password and default database in required places in "app.js" file.

4- Run the app in Visual studio code using following command.

npm start

6- Open your Chrome Browser and open http://localhost:3000