Workflows - terrytaylorbonn/auxdrone GitHub Wiki
25.0208 (Gdrive)
Goal of this page is to describe how to create the MERN "stack" that will host the
- API
- API-docs (Swagger, etc)
These will no be part of the MERN (?):
- Gdrive/docx's
- front and doc websites (that are not in MERN)
- LLM and UI
My initial thinking is there will be 9 possible stages of building the infrastructure, API, and API docs:
- 1 Backend
- 2 DB
- 3 REST API
- 4 Frontend (integrates the REST API)
- 5 Swagger
- 6 GraphQL backend
- 7 GraphQL UI
- 8 API docs (for complete REST API descriptions (what swagger does not cover) or for GraphQL)
- 9 AIEO (AI engine optimization)
25.0126 add this somewhere
- start with Dave etc demo, or from vercel
- git backups
- docs all stuff, docxs and wiki
- mix and match
- top down
- avoid coding, use AI wherever possible