Skip to content

asmmahmud/expressjs-node.js-starter

Repository files navigation

Standard starter setup to kick start any express.js project

A starter setup to start any node express.js project from a solid base.

The following have been inlcuded and used:

  1. express-handlebars template engine
  2. express-session package with connect-mongo as a store to store the session data
  3. mongoose as a MongoDB driver
  4. user authentication
  5. bootstrap 4 for styling