You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use the express-validator package to add authentication of email and password
connect nodejs and expressjs to mongodb with the use of mongoose, performed create, read data, and delete data, also modify data from database.
rely heavily on middleware and RESTful API to handle incoming request and send out responses.
use nodemailer and google clould service for sending emails to user for authentication and password reset.
fully scalable and reliable backend code with Nodejs, ExpressJs, Mongoose and Mongodb.
About
Backend-NodeJs . 1) use the jsonwebtoken to protect authorization. 2) use the express-validator package to add authentication of email and password. 3) connect nodejs and expressjs to mongodb with the use of mongoose, performed create, read data, and delete data, also modify data from database. 4) rely heavily on middleware and RESTful API to ha