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
- Ensure both Node.js and MongoDB is installed
- Create Google OAuth Credentials (https://console.cloud.google.com/apis/credentials)
- Run "npm install"
- Ensure /config/config.env is properly set with correct credentials
- Run "npm run dev"