A demo application in node.js using express, mongoose and hogan for beginners. This sample application shows how to authenticate a user with Mongoose in node.js.
- Platform Node.js
- Framework Express 3.0.0
- Database ODM Mongoose 3.6.20
- Template Hogan.js (Partials Supported)
- Registration
- Login
- User Profile Access & Update
Need node.js and mongodb installed and running.
$ git clone git@github.com:justin-john/mongoose-express-demo.git
$ npm install
$ node app.js
Then visit http://localhost:3000
NOTE: Use any of below credentials to login in sample application.
Email Address | Username | Password |
---|---|---|
angeline@xxx.xx | angeline | angel1 |
justin@xxx.xx | justin | justin1 |
The MIT License (MIT)
Copyright (c) 2013 Justin John Mathews justinjohnmathews@gmail.com. See full license.