Skip to content

AswinBarath/Login-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-Microservice

Login Microservice

Simplistic Login Microservice built with NodeJS & ExpressJS


Table of content


Demo

Login Microservice


Technologies

Heroku   NodeJS   ExpressJS   CSS3   HTML5  


What's unique in this Project

  • Simplistic Microservice which serves HTML, CSS and assets like images using NodeJS and ExpressJS
  • The Microservice uses Body parser middleware to parse the data coming from POST requests and decode it in different formats
  • The Microservice also responds back data to the user in JSON format
  • The Microservice implements Root level logger that logs the requests made to the server
  • Follows best practices and implements code readability by chaining Middlewares

Contributors