<aside>

<aside>

<aside>

</aside>

<aside>

<aside>

<aside>

<aside>

A student has a Subscription. If they go to Tutored, We make a tutorAssignment

image.png

image.png

Ultimate Ivy League Guide

Tiptap - Dev Toolkit Editor Suite

https://vercel.com/brad-lumbers-projects/codingbootcamp https://console.neon.tech/app/projects/rough-frog-90053911?branchId=br-lingering-frost-aba1k3el

<aside>

NEXT_PUBLIC_SITE_URL=https://thecodebootcamp.com              # prod
NEXT_PUBLIC_SITE_URL=https://codingbootcamp-omega.vercel.app  # preview
NEXT_PUBLIC_SITE_URL=http://localhost:3000                    # local

authJs

AUTH_SECRET=********
AUTH_GITHUB_ID=******
AUTH_GITHUB_SECRET=********
NEXTAUTH_URL=http://localhost:3000

github Oath app
local branch    - <http://localhost:3000>
dev   branch    - <https://codingbootcamp-omega.vercel.app/>
main  branch    - www.thecodebootcamp.com

github developer settings > create new 0auth App 

    > codebootcamp (loc)
        url - <http://localhost:3000>
        auth callback url - <http://localhost:3000/api/auth/callback/github>

    > codebootcamp  (dev)
        url - <https://codingbootcamp-omega.vercel.app/>
        auth callback url - <https://codingbootcamp-omega.vercel.app/api/auth/callback/github>

in vercel > set dev (branch) to point to > <https://codingbootcamp-omega.vercel.app/>

</aside>