This is a Simple Story Blog page with google & facebook auth service api
"My instance is deployed, what now?"
-
npm install
-
npm start
-
npm app.js
-
module.exports = {
mongoURI: '<MONGODB URL>',
googleClientID: '<GOOGLE CLIENT ID>',
googleClientSecret: '<GOOGLE SECRET ID>',
clientID: '<FACEBOOK APP ID>',
clientSecret: '<FACEBOOK APP SECRET CODE>'
}
-
-
In config folder
-
keys_dev.js
-
keys_prod.js
updated only clienID and clientSecrete respectively in keys_dev.js or keys_prod.js
-
-
-
Open url in browser at http://localhost:5000