< Previous Challenge - Home - Next Challenge >
In challenge 4 we deployed a Mongo DB database as one step towards fixing one of our errors in challenge 3. For this challenge we will be configuring our backend and frontend applications to fix the errors we found in challenge 3.
In this challenge, we will need to configure our deployments. Your goal is to find out what environment variables need to be configured for the application to work.
Your Mongo DB URI
http://<backend service>:<backend service port>
These variables can be created by using either the ARO Web Console or the OpenShift CLI, it’s up to you! Once we set these variables, we will want to ensure that our application is now working. To do this, try exploring the application and see if data persists!
To complete this challenge successfully, you should be able to: