This a small node js application I made in december 2021 to implement authentication using passport js which has included google authentication , it can be your first step into learning the famous passport js
you can start by installing the required packages in your terminal
npm i
then you need to start the application
node app
finally you just open your browser at your LocalHost (The port is 3000)