A minimal login demo built with Express and Handlebars (HBS). It demonstrates session-based authentication , client-side validation, and a simple UI styled with Bootstrap. The application routes and hard-coded credentials.
- Session-based login.
- Router-driven structure.
- Handlebars templates for views.
- Client-side validation on the login form.
- Bootstrap-based UI + custom styles.
- Simple logout flow and nocache usage to prevent caching
- Node.js
- Express.js
- Handlebars (hbs) templating
- express-session for session management
- nocache middleware for response no-cache
- Bootstrap 5 (CDN) and custom CSS