Creating APIs using deploy platforms - terrytaylorbonn/auxdrone GitHub Wiki
24.1231 (copied from Workflows) Gdrive
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
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
2a Local Postgres DB
2b Later switched to Neon Postgres DB
3 Local swagger that gets data from DB
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.