Skip to content

Simple Node.js + Express login demo using Handlebars (HBS) and session-based authentication — client-side validation, Bootstrap UI, deployable on Render.

Notifications You must be signed in to change notification settings

SuhaibNadakkavil/user-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login (Node.js + Express + HBS)

image

Overview

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.

Features

  • 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

Tech Stack

  • Node.js
  • Express.js
  • Handlebars (hbs) templating
  • express-session for session management
  • nocache middleware for response no-cache
  • Bootstrap 5 (CDN) and custom CSS

Live Demo

https://user-login-94ux.onrender.com/

About

Simple Node.js + Express login demo using Handlebars (HBS) and session-based authentication — client-side validation, Bootstrap UI, deployable on Render.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published