Skip to content

rohit010pro/Login_System_using_files

Repository files navigation

Login System

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.

About

This is simple login system made using Node.js and files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published