This is test-dotnet8
- HTML 52.3%
- C# 21%
- CSS 16.5%
- Dockerfile 7.3%
- JavaScript 2.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| Controllers | ||
| Models | ||
| Properties | ||
| Views | ||
| wwwroot | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| catalog-info.yaml | ||
| Dockerfile | ||
| kube-deploy-test-dotnet8.yml | ||
| Program.cs | ||
| Readme.md | ||
| test-dotnet8.csproj | ||
.NET 7 Website for test-dotnet8
This is the template for eighth try
Requirements
To run this website, you need to have the following software installed on your machine:
- .NET 7 SDK
Getting started
- Clone this repository.
- Open a terminal window and navigate to the root directory of the project.
- Run the following command to start the website:
dotnet run
- Open your web browser and navigate to http://localhost:5000. You should see the default homepage of the website.
Project structure
The project structure of this website is as follows:
- Program.cs: This file contains the Main method which is the entry point for the application.
- Startup.cs: This file configures the application services and middleware pipeline.
- appsettings.json: This file contains configuration settings for the application.
- wwwroot: This directory contains static files such as CSS, JavaScript, and images.
- Controllers: This directory contains the controller classes for the application.
- Views: This directory contains the Razor views for the application.
- Models: This directory contains the model classes for the application.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Component
AL01238