Node authentication with passportjs example for beginner.
- Clone
git clone https://github.com/mhshajib/node_authentication.git
2.Go to project directory
cd node_authentication
- install dependencies
npm install
- Run
node server
Go to http://localhost:3300 and your example is ready.
Done. 😄