Workflow notes - terrytaylorbonn/auxdrone GitHub Wiki

24.1215 v1 (WIP) Gdrive

This page (WIP) attempts to summarize the major workflows.

Typical workflow for non-AWS/GCP (2.1)

The following diagram sums up the general workflow:

  • 1 (2.1) Create a (Hugo, Jekyll, ..) starter (on Vercel, Netlify..)
  • 2,3 Copy to my GitHub and local repo
  • 4,5 (1.2) Add API/DB + (1.3,1.4) Swagger code
  • 6,7 (2.1) Deploy again

image

image

My best attempt yet to complete such a workflow

Recent sandbox demo #252_(OK)_angular_bplate_VERCEL_v01_24.1214.docx (Gdrive) is deployed at https://angular-boilerplate-omega-two.vercel.app/.

I usually startout by doing Youtube demos, but for this demo I did quite a lot based on input from Copilot (inline in VSCode) and (Chat) GPT. Both are amazingly accurate and helpful.

The local version of this (on my PC) has

1 Angular

image

2a Local Postgres DB

image

2b Later switched to Neon Postgres DB

image

3 Local swagger that gets data from DB

image

I am still learning what it takes to get this all working on the Vercel deployment (never worked with Angular before). Will take some time.