Login, Signup, Find Password by Mail with NodeJS

23 June, 2016

It is a demo for une application full-stack with NodeJS and PassportJS. The demo supports login, signup and forget password.

The dependencies are:

  • ExpressJS: build server, build router
  • Passport.js: build login authentication
  • NodeMailer.js: send email with node(used while signup and reset password)
  • Mongoose.js: used for manipulating mongodb
  • EJS: used for rendering data from server on client

In order to host mongodb, the service from mlab is used.

Here is the git repo for the demo. Happy coding!

Back to Blogs|Go to Top