Description
: An E-Commerce store where user can find products easily by various filters like product name, category wise and add to cart and purchase that with online payment(Paypal).
ReactJS for frontend
ExpressJS for backend
MongoDB for database management
jsonwebtoken
For user authentication.express-validation
for validate various fields like email, password, etc.uuid
to generate unique idsbodyparser
for parse json data from the request`mongoose
to model the data`cors
for cross origin resource sharing