First we have to get Google credentials . To get credentials 'if don’t already have them ' go to Google developer Console
Make sure you have Node.js and npm installed.
-
Clone or Download the repository
$ git clone https://github.com/yshplsngh/google-auth.git $ cd google-auth
-
Install Dependencies
$ npm install $ cd ./api $ npm install
-
Start the client-side application
$ npm run dev
-
Start server
$ cd ./api $ npm run dev
Your app should now be running on localhost:5173.
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.