This is a sample application backend that demonstrates an E-commerce site. The backend helps application in loading products from a MongoDB database and displays them. Users can select to display products in a single category. Users can click on any product to get more information including pricing, reviews and rating. Users can select items and add them to their shopping cart
Are you an open source contributor? Interested in contributing to open source projects? Then here you can start.
To get started you can simply fork this ecommerce
repository, clone it and install the dependencies.
Please refer to the CONTRIBUTING.md file if you are unsure how to perform the actions listed above.
Install dependencies with this command:
npm install
Run the application with this command:
npm start
- Node.js
- Express.js
- Mongoose
- bcrypt
- nodemailer
- jsonwebtoken