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 /hostname
to get the hostname of the serverRun dotnet build
to build the project. Then run dotnet run
to start the server.
Navigate to http://localhost:5000
to see the webapp.