This is a simple ASP.NET Core application that serves as a starting point for building web applications using the ASP.NET framework.
The application includes:
- Basic structure for an ASP.NET Core application
- Minimal APIs
- Exposes a simple endpoint to return a greeting message
Review the document docs/user-stories.md for a list of user stories that this application implements.
To get started with this application, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Run the application using the command:
dotnet run
- Open your web browser and navigate to
http://localhost:{port}/greetingsto see the greeting message.