// Module included in the following assemblies: // // * tutorials/dev-app-web-console.adoc :_mod-docs-content-type: PROCEDURE [id="getting-started-web-console-view_{context}"] = Viewing the application in a web browser After you have deployed the necessary applications and loaded data into the database, you are now ready view the national parks application through a browser. You can access the application by opening the URL for the front-end application. .Prerequisites * You have deployed the `parksmap` front-end application. * You have deployed the `nationalparks` back-end application. * You have deployed the `mongodb-nationalparks` database application. * You have loaded the data into the `mongodb-nationalparks` database. .Procedure . Navigate to *Workloads* -> *Topology*. . Click the *Open URL* link from the `parksmap` deployment. + .National parks across the world image::getting-started-parksmap-url.png[Opening the URL for the parksmap deployment] . Verify that your web browser displays a map of the national parks across the world. + .National parks across the world image::getting-started-map-national-parks.png[Map of the national parks across the world] + If you allow the application to access your location, the map will center on your location.