Express sample demo usingmongodb
Install npm in the folder as the package.json has all the required nodejs modules, so simply npm install will load all the required modules.
Basic authenication for login is done using passport and passport local , also facebook login is done We have simple dashboard from where in we login or sign up
As the demo requires mongoDb , make sure mongodb is insatlled in system
Simple userListing , add new user, update user and delete user is done.