Echo App is a simple webapp with an API to echo the sent message.
Run dotnet build to build the project. Then run dotnet run to start the server.
Execute the following endpoints:
GET /echo/{message}to get the echo messageGET /hostnameto get the hostname of the server
Run dotnet build to build the project. Then run dotnet run to start the server.
Navigate to http://localhost:5000 to see the webapp.