Node.js authentication tutorial using Passport.js
Make sure you have these installed on your machine
Install packages
npm i
To run the app (dev. mode)
npm start
- Node.js - The backend framework used
- Express.js - Node.js framework used
- MongoDB - Database platform used
- Antonio Erdeljac - Initial work - Passport-Tutorial
- This was a tutorial for my Medium article