Skip to content

it's an eCommerce website create for understanding NodeJS, MongoDB, Express, and Handlebars

License

Notifications You must be signed in to change notification settings

mjvbz/eCommerce

Repository files navigation

eCommerce Website with NodeJS

The site works are doesnt completed so, it shows some bugs and errors in the site. Will be completed soon...

This is an eCommerce website create for understanding NodeJS, MongoDB, Express, and Handlebars, I created this as my NodeJS Project. you can download my code or clone this repository, and view this in localhost:7000 you can change the port by going to bin/www and change the port to your choice.

See the sample image of website

This is a sample image on how the website looks. you can also run website in localhost by running the app.js file with node.

Screenshot

requirments

 express: ~4.16.1
 express-fileupload: ^1.2.1
 express-handlebars: ^5.3.4
 hbs: ^4.1.2
 http-errors: ~1.6.3
 mongodb: ^4.1.2
 morgan: ~1.9.1
 nodemon: ^2.0.12

Contributing to the docs

You can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called a fork. Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.

Once your pull request is created, repo reviewer will take responsibility for providing clear, actionable feedback. As the owner of the pull request, it is your responsibility to modify your pull request to address the feedback that has been provided to you by the repo reviewer.

For more information about contributing to the documentation, see:

Participation in this is governed by the CNCF Code of Conduct.

we appreciate your contributions to our website and our documentation!