A simple Node JS API for user authentication using Passport.
-
Clone the repo:
git clone https://github.com/Felistas/NodeJs-Passport-Authentication.git
-
Navigate to
NodeJs-Passport-Authentication
folder then runnpm install
to install the dependancies required to have the API up and running -
Run
npm start
in order to run the API