Phant0m-a / OAuth2-google-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-oauth-2-node

This project consists of OAuth2-google with nodejs. Storing user data on database is not not covered in this project 😉(I'll probably cover that later!)

How to use:

1. `git clone` the repo
2. `npm i` to install all the dependencies
3. `npm run devStart` to start the server on PORT 5000
4.   open this URL `http://localhost:5000/` on browser 

Enjoy! ;)

About

License:MIT License


Languages

Language:JavaScript 100.0%