passport-tutorial
passport-tutorial copied to clipboard
This is a repository for my Medium.com article
Passport-Tutorial
Node.js authentication tutorial using Passport.js
Prerequisites
Make sure you have these installed on your machine
Installing packages
Install packages
npm i
Running the app
To run the app (dev. mode)
npm start
Built With
- Node.js - The backend framework used
- Express.js - Node.js framework used
- MongoDB - Database platform used
Authors
- Antonio Erdeljac - Initial work - Passport-Tutorial
Acknowledgments
- This was a tutorial for my Medium article