This is a basic project that shows Login and Register functionality using Node.js and Express.js and files.
In this login system, when user register the details of user will store in file: users.json. when user try to login, user credentials will match from the data stored in users.json.
Note: This is not the way of making secure Login and Registration system, it is just for practice various concepts like Promises, read or write files, routes.