Skip to content

Bejohn77/login-page

Repository files navigation

Login Page Microservice

A simple login microservice built with Node.js and Express.

Features

  • Static login page served from /
  • Login API at /api/login
  • Health endpoint at /health
  • Demo credentials: admin / password123

Setup

  1. Install dependencies:

    npm install
  2. Start the service:

    npm start
  3. Open the login page in a browser:

    http://localhost:3000
    

Notes

This service uses in-memory demo credentials and is intended for development or prototyping only. For production use, add a real user store, secure password hashing, and proper session or token management.

About

gitlab_cicd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors