Skip to content

Venkat6506/nodejs_website

Repository files navigation

Basic login system with Node.js

Objective of this project is to create a basic login system, whose back-end will be written in Node.js using Express framework and it will render HTML pages for registering users and allowing them to login. But we won’t be dealing with sessions in this article. Typically, this type of project needs a database to store the credentials. But, we won’t use that as well, as this project is only to give an overview of login system. So, we’ll be using arrays to store the user credentials. Once, we shut down the server, all the credentials will be deleted.

Coverity Scan Build Status Coverity Scan Build Status