A Simple Login Application in Node.js and MongoDB

Knoldus Blogs

Node.js, a software platform, built on google chrome runtime. It uses v8, the same run time environment, that google chrome uses. It is one of the best plateform to easily build scalable network applications(especially server-side).

We have created Node.js Login Template with a nice User Interface. If you want to use Node.js as plateform and MongoDB as Database then this demo project can be used as a starting point for your application.

This is a simple application, which has sign up and login facility after successfully registration. We’ll be adding some more features in this application very soon such as birthday reminder functionality.

Screenshot from 2014-03-06 01:35:50

Here are the steps to start with code:-

  • Set Up MongoDB
  • Start mongo: > mongo
  • Set Up Node.js
  • Clone code from https://github.com/knoldus/Node.js_UserLogin_Template.
  • Run npm install
  • Run node app
  • Go to http://localhost:8080/
  • View original post

    Leave a comment