Stack deployments - terrytaylorbonn/auxdrone GitHub Wiki
25.0315 Doc URLs Stack URLs Lab notes (Gdrive), Git
The stack URL list is below the diagram (the list does not include all stack deployments, just the preferred ones). NOTE: Most stacks run on render.com free plans. The first time you try to open the URL it may take up to 1 minute to spin up.
The main purpose of the stack deployments (1-6) is to host stack-based
- APIs and
- Swagger / GraphQL docs.
The following pages describe each stack (with screenshots):
- Stack concepts
- Stack-1 #290 Express/Vite
- Stack-2 #262 GraphQL Trav
- Stack-3 #290b Devtamin CRUD
- Stack-4 #267 TW Dave Rocketman
- Stack-5 #261 Dave DDRepairs
- Stack-6 #285 Hoobank
- Stack-7 #273 Vue test (FE)
- Stack-8 #266_react_TRAV (FE) 25.0315
- Other (Active, Todo, Deleted)
Stack URL list
Note:
- Most stacks run on render.com free plans. The first time you try to open the URL it may take up to 1 minute to spin up.
- My priorities are API docs, then APIs, then everything else. If a link doesn't work, probably means I changed something.
Stack-1 #290 Express/Vite 25.0309
Note:
- Front end has code boxes for REST API, GraphQL API, and authentication.
- ** The swagger-yaml (source = yaml file) and swagger-json (source = code annotations) can not be run at the same time. Which swagger is running is determined by a ENV var in Render. So only one of the 2 links will work.
- GraphiQL (note the "i") provides a UI interface to the GraphQL API.
| # | Type | URL |
|---|---|---|
| 5 | Frontend (REST, GraphQL, Auth) | two90b-vite-neupane.onrender.com |
| 1a | REST API | two90-express-vite-neupane.onrender.com/api |
| 1b | ** Swagger doc (from code) | two90-express-vite-neupane.onrender.com/swagger-js |
| 1c | ** Swagger doc (from yaml) | two90-express-vite-neupane.onrender.com/swagger-yaml |
| 2a | GraphiQL API | two90-express-vite-neupane.onrender.com/graphql |
| DB | (cluster0.elj3r.mongodb.net/techNotesDB) (created in Stack-5 Dave DDR) |
Stack-2 #262 GraphQL Trav
| Type | URL |
|---|---|
| Graphql API | https://two62a-server.onrender.com/graphql |
| FE | https://two62b-client.onrender.com |
| DB | (cluster0.kgsq0z2.mongodb.net/mgmt_db) |
Stack-3 #290b Devtamin CRUD
| Type | URL |
|---|---|
| Swagger | https://nine01-devtamin.onrender.com/api-docs |
| FE | https://nine01-2b-react-for-node-api.onrender.com |
| DB | (cluster0.kgsq0z2.mongodb.net/Node-API) |
Stack-4 #267 TW Dave Rocketman
| Type | URL |
|---|---|
| Swagger (on Flask BE) | https://render-flask-deployment-qg5s.onrender.com/swagger |
| React FE | https://two67-tailwind.onrender.com |
Stack-5 #261 Dave DDRepairs
| Type | URL |
|---|---|
| FE | https://technotes-msxi.onrender.com |
| BE | https://technotes-api-2b45.onrender.com |
| DB | (cluster0.elj3r.mongodb.net/techNotesDB) |
Stack-6 #285 Hoobank
| Type | URL |
|---|---|
| Vue FE | https://two85-hoobank2.onrender.com/ |
Stack-7 #273 Vue test (FE)
| Type | URL |
|---|---|
| Vue FE | https://two73-vue-crash-2024.onrender.com/ |
Stack-8 #266(/#322) AI test
| Type | URL |
|---|---|
| React FE | https://two66-react-crash-2024.onrender.com , click on Post Request |