Skip to content

This Website is similar to any E-commerce Website. This is the backend code for an E-commerce Website which I build with a team of 4.

Notifications You must be signed in to change notification settings

iamamitkumarsaini/melodic-bead-3842_Backend-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Side of Gadgetbest.com

This website is a replica of Gearbest

Gadgetbest is an online E-commerce website that specializes in consumer electronics and gadgets, offering a wide range of products.

Tech Stacks

  • Node.js
  • Express.js
  • mongodb
  • jwt
  • bcrypt
  • nodemon
  • cors

MVC Structure

I followed the MVC Structure while writing the backend code.

Secured Password

Used bcrypt for hashing the password before storing in the mongodb database.

jwt for token

I have used jwt npm package for generating the tokens for users once the successfully logged-in. And the token should be provided with all the requests in headers to access private routes.

Additional Functionalities

I have given pagination, sorting, filtering, and search functionalities in the url for better user experience.

About

This Website is similar to any E-commerce Website. This is the backend code for an E-commerce Website which I build with a team of 4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published