Skip to content

Advance Node.js project. Creating Shop API (CRUD). Creating auth API. Hashing pass and creating jwt token.

Notifications You must be signed in to change notification settings

mainul-islam-faruqi/Advance-Express.js-MVC

Repository files navigation

"# Advance-Express.js-for-SCIC"

Creating Shop REST API

Overview:

  • GET -- get all shop data from mongoDB
  • GET -- findById one shop detail
  • POST -- create one shop save to the mongoDB
  • PUT -- update shop with findByIdAndUpdate and check user authenticatoin
  • DELETE -- delete shop with findOneAndDelete and check user authenticatoin
  • Register API -- with jwt token res and save hash password
  • Login API -- comparison given pass with DB hash pass

Technology:

  • Node.js / Express.js
  • mongoDB / mongoose
  • bcryptjs / jsonwebtoken
  • MVC pattern

About

Advance Node.js project. Creating Shop API (CRUD). Creating auth API. Hashing pass and creating jwt token.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published