You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-intermediate/deploy-app/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ section that allows you to select a set of preconfigured [Starter Kits](https://
74
74
tile displays the GitHub 404 page, log in and reload the page.
75
75
76
76
77
-
- Pick one of the templates that is a good architectural fit for your application and the language and framework that you prefer to work with. For your first application, select the **Typescript Microservice**. This also works well in the Cloud Shell.
77
+
- Pick one of the templates that is a good architectural fit for your application and the language and framework that you prefer to work with. For your first application, select the **Typescript Microservice**. This also works well in the web terminal.
78
78
79
79
Click on a <Globalsname="template" /> **Tile** to create your app github repository from the
80
80
template repository selected. You can also click on the **Git Icon** to browse the source template
Copy file name to clipboardExpand all lines: docs/developer-intermediate/inventory-application/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ An [MVP](https://www.ibm.com/garage/method/practices/think/practice_minimum_viab
16
16
17
17
-**What**: A secure web application that enables easy access to list of product [SKU](https://en.wikipedia.org/wiki/Stock_keeping_unit) inventory levels and inventory locations
18
18
19
-
-**Wow**: Make the system appealing and easy to use. Deliver it hosted on the IBM Cloud platform. Develop it quickly as a [minimum viable product](https://www.ibm.com/garage/method/practices/think/practice_minimum_viable_product/). Use the latest managed container runtimes and DevOps best practices to enable post MVP feature improvements. Simulate a release to a _Test_ environment.
19
+
-**Wow**: Make the system appealing and easy to use. Develop it quickly as a [minimum viable product](https://www.ibm.com/garage/method/practices/think/practice_minimum_viable_product/). Use the latest managed container runtimes and DevOps best practices to enable post MVP feature improvements. Simulate a release to a _Test_ environment.
Copy file name to clipboardExpand all lines: docs/developer-intermediate/inventory-bff/index.md
+7-42Lines changed: 7 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The Inventory solution will use [GraphQL](https://graphql.org/) for its BFF laye
34
34
35
35
- In the OpenShift web console, click on email address top right, click on **Copy login command** and get the OpenShift login command, which includes a token.
36
36
37
-
- Click on **Display Token**, copy the Login with the token. oc login command will log you in. Run the login command in the cloud shell terminal:
37
+
- Click on **Display Token**, copy the Login with the token. oc login command will log you in. Run the login command in your terminal:
@@ -157,21 +157,10 @@ by a component and provide a good way to load the modules that will be injected
157
157
npm start
158
158
```
159
159
160
-
- Access the running service. This service runs on port `3000`.
161
-
162
-
=== "Cloud Shell"
163
-
- To view the running app click on the **Eye Icon** on the top right and selectthe port `3000` this will open a browser tab and display the running app on that port.
- Access the running service. This service runs on port `3000`:
166
161
167
162
=== "Gitpod"
168
-
- Once you run the application,gitpod gives the option to make the port "Public".Once you make the port Public, it gives you the option to "Open Preview" or "Open Browser".

163
+
- Once you run the application, Gitpod gives the option to make the port **Public**, in the bottom-right corner.Once you make the port Public, it gives you the option to **Open Preview** or **Open Browser**.
175
164
176
165
=== "Desktop/Laptop"
177
166
- Open a browser to `http://localhost:3000/api-docs` to see the swagger page
@@ -381,21 +370,10 @@ into javascript and to put the business logic in a separate service component.
381
370
npm start
382
371
```
383
372
384
-
- Access the running service. This service runs on port `3000`.
385
-
386
-
=== "Cloud Shell"
387
-
- To view the running app click on the **Eye Icon** on the top right and selectthe port `3000` this will open a browser tab and display the running app on that port.
- Access the running service. This service runs on port `3000`:
390
374
391
375
=== "Gitpod"
392
-
- Once you run the application,gitpod gives the option to make the port "Public".Once you make the port Public, it gives you the option to "Open Preview" or "Open Browser".

376
+
- Once you run the application, Gitpod gives the option to make the port **Public**, in the bottom-right corner.Once you make the port Public, it gives you the option to **Open Preview** or **Open Browser**.
399
377
400
378
=== "Desktop/Laptop"
401
379
- Open a browser to `http://localhost:3000/api-docs` to see the swagger page
@@ -483,25 +461,12 @@ for GraphQL.
483
461
npm start
484
462
```
485
463
- Verify that the that the resolver is available using the Graph QL browser provided by the template:
486
-
- Open GraphQL Playground: `http://localhost:3000/graphql`
487
-
- Run the query `query { stockItems { name } }`
488
-
489
-
=== "Cloud Shell"
490
-
- To view the running app click on the **Eye Icon** on the top right and select the port `3000` this will open a browser tab and display the running app on that port.
- Once you run the application,gitpod gives the option to make the port "Public".Once you make the port Public, it gives you the option to "Open Preview" or "Open Browser".

466
+
- Once you run the application, Gitpod gives the option to make the port **Public**, in the bottom-right corner.Once you make the port Public, it gives you the option to **Open Preview** or **Open Browser**.
502
467
503
468
=== "Desktop/Laptop"
504
-
- Open GraphQL Playground: `http://localhost:3000/graphql`
469
+
- In your Browser, open GraphQL playground: `http://localhost:3000/graphql`
0 commit comments