express

A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

hbs

Handlebars is a popular templating engine used for rendering dynamic HTML. It is used for creating views in Express.js.

cookie-parser

Middleware for parsing cookie header into a JavaScript object.

morgan

HTTP request logger middleware for Node.js.

debug

A debugging utility for Node.js applications.

http-errors

A library for creating and managing HTTP error responses.