This is a full-stack e-commerce application built using the MERN (MongoDB, Express, React, Node.js) stack. It includes authentication using JWT and password hashing with bcrypt, and is styled with Tailwind CSS.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^5.1.1^1.4.6^16.4.5^4.19.2^1.2.0^9.0.2^8.4.0^3.1.110
commits
create compare password method in schema, retrive user details, find user by email, confirm password match, generate token
06cf728View on GitHubcreate auth middleware, retrieve jwt from cookies, decode token, find by id, select -password, install cookie parser to access req.cookies, use cookie parser, import protect and protect protected routes
24244b0View on GitHubconfigure register route, add urlendcoded express,json, hash password
bf67b43View on GitHub