Template project for Node.js with Express
28 April 2015Overview If you are building node.js applications, you may need some template project to start quickly and not to perform simple configuration every time. This configuration may contain access to MongoDB, security infrastructure and so on. My colleague Anton Dimkov has committed his template on Github. Also, the template can be installed with npm. Features Configured simple routes for express Integrated MongoDB access with mongoose Integrated security with password hashing based on bcrypt-nodejs Login page Session management with express-session Logging…