A starter setup to start any node express.js project from a solid base.
The following have been inlcuded and used:
- express-handlebars template engine
- express-session package with connect-mongo as a store to store the session data
- mongoose as a MongoDB driver
- user authentication
- bootstrap 4 for styling