/node.js-login

A signup and login functionality using Node.js alongside Express.js

Primary LanguageJavaScriptMIT LicenseMIT

node.js-login

A signup and login functionality using Node.js alongside Express.js

Installation and running project

you need to have node.js installed on your system to be able to run this app functionality. if you dont have node.js install at (https://nodejs.org)

Install dependencies

  • Clone the repository and change directory into:
git clone https://github.com/humbejeff2116/node.js-login.git
 cd node.js-login 

Install dependencies with npm:

  1. Run npm install

  2. Run the server npm run start

Open your browser and go to http://localhost:4000/