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
At this point, we have installed the dependencies, loaded the travel-sample data and configured the application with the credentials. The application is now ready and you can run it.
106
106
107
-
The application will run on port 8080 of your local machine (http://localhost:8080). You will find the Swagger documentation of the API which you can use to try the API endpoints.
107
+
The application will run on port 3000 of your local machine (http://localhost:3000). You will find the Swagger UI to try the API endpoints.
108
108
109
-
The Swagger Page will be available at [http://localhost:8080/api-docs](http://localhost:8080/api-docs).
109
+
The Swagger Page will be available at http://localhost:3000/api-docs.
110
110
111
111
```shell
112
112
rails s
@@ -119,7 +119,6 @@ If you prefer to run this quick start using Docker, we have provided the Dockerf
> Note: The `.env` file has the connection information to connect to your Capella cluster. With the `--env-file`, docker will inject those environment variables to the container.
133
132
134
-
Once the app is up and running, you can launch your browser and go to the [Swagger documentation](https://localhost:8080/) to test the APIs.
133
+
Once the app is up and running, open http://localhost:3000/api-docs to test the APIs.
135
134
136
135
### Verifying the Application
137
136
138
137
Once the application starts, you can see the details of the application on the logs.
139
138
140
139

141
140
142
-
The application will run on port 8080 of your local machine (http://localhost:8080). You will find the interactive Swagger documentation of the API if you go to the URL in your browser. Swagger documentation is used in this demo to showcase the different API end points and how they can be invoked. More details on the Swagger documentation can be found in the [appendix](#swagger-documentation).
141
+
The application will run on port 3000 of your local machine (http://localhost:3000). You will find the interactive Swagger documentation of the API if you go to the URL in your browser. Swagger documentation is used in this demo to showcase the different API end points and how they can be invoked. More details on the Swagger documentation can be found in the [appendix](#swagger-documentation).
0 commit comments