Skip to content

germancutraro/StoryBooks-Google-Auth-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Story Books App with Google Authentication System

Web App to share private or public stories

Usage

Create a config/keys_dev.js file and add....

module.exports = {
  mongoURI: '_YOUR_OWN_MONGODB_URL',
  googleClientId: '_YOUR_OWN_GOOGLE_CLIENT_ID',
  googleClientSecret: '_YOUR_OWN_GOOGLE_SECRET_ID''
};

Instalation

Install all dependencies

npm install

Run app

npm start

Built With

  • Node.Js
  • Express.Js
  • MongoDB
  • Passport - Google
  • Materialize.css
  • Heroku

Author

germancutraro

Thanks to

Why

  • Practise

About

📑 Web App to share private or public stories using Google Auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published