Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 344 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 344 Bytes

Node authentication with passportjs example for beginner.

  1. Clone
git clone https://github.com/mhshajib/node_authentication.git

2.Go to project directory

cd node_authentication
  1. install dependencies
npm install
  1. Run
node server

Go to http://localhost:3300 and your example is ready.

Done. 😄