Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 962 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 962 Bytes

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