#Google Api 1.got to https://console.developers.google.com 2.sign up for google api 3.Create Credentials 4.in Redirect http://localhost:3000/auth/google/callback
- Clone the repo
- Install packages:
npm install
- Create the database configuration in config/database.js
- Create auth keys in config/auth.js
- Launch:
nodemon server.js
- Visit in your browser at:
http://localhost:3000