Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 353 Bytes

File metadata and controls

16 lines (12 loc) · 353 Bytes

meetup-gdg-sjc-oauth-google

== Scripts ==

  1. npm install (Install packages)
  2. npm start or node app.js (Run App)

== Configure == File google.js:

  • Insert clienteID and clienteSecret of App Google Console Developers.
  • Configure Callback Route

File User.js:

  • Fields of register User in MongoDB

File app.js:

  • Url of MongoDB in Mongoose Module.