Technology Stack:
- .NET
- DevSpaces
Inside your workspace is a very simple .NET Application built using Flask. The application returns a “hello world” based on the language you choose for it.
The country is based on a 2-letter country code.
For example, countrycode=IT will output “ciao mondo” (IT is for Italy).
You can find all the mappings in the translate.json file, located in your src folder.
There is also a timestamp after the “hello world” message.
TODO: Write up walkthrough instructions for module
TODO: Write up challenge tasks for module
TODO: Write up easter eggs for module
- First look at Dev Spaces
- Familiarized yourself with setting up a .NET App in Dev Spaces
- Using environment variables in your application
- Used your first OpenShift Service / Route!