[ ] Everyone on the team, and the instructor and TAs, are all able to
login with OAuth and see that they have admin privileges.
[ ] Initially, the main branch is deployed and works properly (later, you will deploy your own branches to this
instance as you test them before merging.)
Drag the issue for "MenuItemReview - Create personal dokku dev deployment" directly into the "Done" column (we don't do code review on setup tasks like this one.)
Locate the issue: "Copy files for Backend CRUD API MenuItemReview from team01" on the Kanban board.
Assign that issue to yourself
Drag it into the "In Progress" column.
Start a new branch. The new branch name is something like xy-MenuItemReview-backend
git fetch
git checkout main
git pull origin main
git checkout -b your-branch-name
Dependencies
None: The team member that takes on MenuItemReview should start with this issue.
Overview
The team member that takes on MenuItemReview as their database table should use this issue to track creating their personal dokku deployment.
Acceptance Criteria:
YOURGITHUBID
is your github id.GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
: https://ucsb-cs156.github.io/topics/dokku/environment_variables.htmlmain
branch is deployed and works properly (later, you will deploy your own branches to this instance as you test them before merging.)What to do next
Next:
xy-MenuItemReview-backend