Deployment list - terrytaylorbonn/auxdrone GitHub Wiki
25.0131
I reorg'd the deployment pages. See Deployments
This page no longer maintained.
25.0130 The 3-digit numbers on this page refer to docx's on the [Gdrive](https://drive.google.com/drive/folders/1-Adawag9uA8_bq-hDF-nOuPYaRLz1eEO)
NOTE: URLs below may take up to 1 minute to spin up the first time (free plans). If the URL does not work, try again a minute later.
These demos are currently quite basic (see the Test deployment list for a historical list of old test demos). My goal is to have some really good demos up and running by mid-2025.
- 1 #290 Main demo deployment (WIP)
- 2 CURRENT (diagram)
- 3 CURRENT (tables with public URLs)
- 4 TODO
1 #290 Main demo deployment (WIP)
Diagram shows the different components/tech that are part of the main demo (based on the Neupane example #290). The goal is to step-by-step build all components
- focusing on demo'ing all aspect of the API-docs/APIs and
- using CPLT (Copilot) as much as possible,


The tables below list the
- 3.1 Swagger (GQL)
- 3.2 APIs (REST/GQL)
- 3.3 Backends and any "linked" DBs
- 3.4 DBs
- 3.5 Frontends (and any "linked" (displayed in FE UI) backends)
NOTE: URLs below may take up to 1 minute to spin up the first time (free plans). If the URL does not work, try again a minute later.
| Backend | Type | URL |
|---|---|---|
| #290 | Swagger | two90-express-vite-neupane.onrender.com/api-docs |
| #901 | swagger | nine01-devtamin.onrender.com/api-docs |
| #244 | swagger | LH:8080/products-api/v1/ui/#/Products/get_all_products |
| #238 | swagger | render-flask-deployment-qg5s.onrender.com/swagger |
Most API are incomplete (limited endpoints). See the swagger for which endpoints are implemented.
| Backend | Type | URL |
|---|---|---|
| #290 | REST | two90-express-vite-neupane.onrender.com/api/create |
| #901 | REST | nine01-devtamin.onrender.com/api/products |
| #240 FE | REST | LH:8000/example/external-api |
| #244 | REST | LH:8080/products-api/v1/products |
| #238 | REST | POST render-flask-deployment-qg5s.onrender.com/add |
| Backend | Type | Deploy | Status | URL | Linked DB |
|---|---|---|---|---|---|
| #290 | EN | Render | OK | two90-express-vite-neupane.onrender.com | techNotesDB |
| #901 | EN | Render | OK | xxx | ?? |
| #244 | Flask (gen'd by SwaggerHub from yaml) | Lhost? | ?? | xxxx | ?? |
| #238 | Flask | Render | OK | render-flask-deployment-qg5s.onrender.com/? | --- |
| #261 | ENM | Render | OK | xxx | xxx |
| Type | DB |
|---|---|
| Mongo | cluster0.kgsq0z2.mongodb.net/Node-API |
| Mongo | cluster0.elj3r.mongodb.net/techNotesDB |
| Frontend | Type | Deploy | Status | URL | Linked backend |
|---|---|---|---|---|---|
| #901a | React | Render | OK | nine01-devtamin.onrender.com | 901 |
| #901b | React | Render | OK | nine01-2b-react-for-node-api.onrender.com | 901 |
| #240 | Django (gen'd from Vercelemplate) | Lhost? | ?? | ?? | 244 |
| #267 button "Swagger" in footer | React | Render | OK | two67-tailwind.onrender.com | 238 /swagger (25.0122) |
| #261 | React | Render | OK | technotes-msxi.onrender.com | 261 |
- #283 express Dave 260mins
- #101 dave nest.js + swag
- #209 express node 15mins steele
- #112 django dave 200mins (includes #109)
- #114 Dj Swag Lhost
- Angular, Vue, Postgres