Skip to content

This is a full Node.js application that incorporates Express, MongoDB, Passport and Google OAuth. It demonstrates basic CRUD functionality and the Google OAuth process.

Notifications You must be signed in to change notification settings

jbactual/nodejs_express_google_oauth

Repository files navigation

Full Stack Node.js Application | Express, MongoDB, Google OAuth2

Description: This is a full Node.js application that incorporates Express, MongoDB, Passport and Google OAuth. It demonstrates basic CRUD functionality and the Google OAuth process. Built from a YouTube Tutorial: https://www.youtube.com/watch?v=SBvmnHTQIPY.

Application does work as of 3/26/2022

Basic Setup

  1. Ensure both Node.js and MongoDB is installed
  2. Create Google OAuth Credentials (https://console.cloud.google.com/apis/credentials)
  3. Run "npm install"
  4. Ensure /config/config.env is properly set with correct credentials
  5. Run "npm run dev"

About

This is a full Node.js application that incorporates Express, MongoDB, Passport and Google OAuth. It demonstrates basic CRUD functionality and the Google OAuth process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published