Skip to content

mspalex/echo-app

Repository files navigation

Echo App

Description

Echo App is a simple webapp with an API to echo the sent message.

Usage

API

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 message
  • GET /hostname to get the hostname of the server

WebApp

Run dotnet build to build the project. Then run dotnet run to start the server.

Navigate to http://localhost:5000 to see the webapp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published