This is a sample application that demonstrates an E-commerce website. Users can select to display products in a single category. From there Users can click on any product to get more information including pricing, reviews and rating. This will help them to find out about the quality of the product and they can then easily decide whether to buy it or not.
User can perform the following tasks :
- Add new reviews and ratings.
- Modify previous reviews.
- Delete previously added reviews.
- Filter the reviews using tags.
- Sort the reviews on the basis of date.
- Sort the reviews on the basis of ratings.
- view products based on different categories.
- View product ratings.
The application also prevents a users from using restricted words in their reviews to follow the community guidelines.
Getting Started
- clone the website
git clone https://github.com/Neha9849/SVNIT_Team4.git
- install dependencies
npm i
- run the server
node app.js
Tech Stack used
- MongoDB
- Node.js
- Javascript
- Bootstrap
- HTML/CSS
- EJS