weston-bailey / project-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 2 oAuth Template

Use this repo as the base for your project 2.

Getting Started

  • clone this repo (no forking needed)
  • run rm -rf .git to remove the git history
  • run git init to create a new git history
  • create a new repo on github and follow the instructions to push an existing repository from the command line
  • run npm i to install the required packages
  • touch a .env file and add the following to it:
DATABASE_URL= < copy mongo uri from atlas / previous project >
GOOGLE_CLIENT_ID= < copy from google cloud devs / previous project >
GOOGLE_SECRET=< copy from google cloud devs / previous project >
GOOGLE_CALLBACK=http://localhost:3000/oauth2callback
SECRET="can be any string"
  • run nodemon to test your app!

About


Languages

Language:JavaScript 87.5%Language:EJS 12.5%