ishukhanchi / user-authentication

User Authentication using nodejs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-authentication

User Authentication using nodejs.

Steps to install nodejs:

Download npm packages if required.

Steps to setup:

Clone the repository. git clone https://github.com/ishukhanchi/user-authentication.git

  • Open text editor and open the downloaded file and save it to a directory.
  • Open terminal in ubuntu or command prompt(cmd) in windows:
  • Move to the directory where you js file is stored.
  • Eg: cd directory
  • type node filename.js
  • Open the browser and type http://localhost:8080 if your port is set to 8080.
  • You can choose any port of your own to make your system a local server.

About

User Authentication using nodejs.


Languages

Language:JavaScript 76.7%Language:HTML 23.3%