This is test-dotnet8
  • HTML 52.3%
  • C# 21%
  • CSS 16.5%
  • Dockerfile 7.3%
  • JavaScript 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-05-04 09:10:42 +01:00
.github/workflows Update docker-image.yml 2023-05-04 09:04:43 +01:00
Controllers initial commit 2023-04-28 21:00:29 +00:00
Models initial commit 2023-04-28 21:00:29 +00:00
Properties initial commit 2023-04-28 21:00:29 +00:00
Views initial commit 2023-04-28 21:00:29 +00:00
wwwroot initial commit 2023-04-28 21:00:29 +00:00
appsettings.Development.json initial commit 2023-04-28 21:00:29 +00:00
appsettings.json initial commit 2023-04-28 21:00:29 +00:00
catalog-info.yaml initial commit 2023-04-28 21:00:29 +00:00
Dockerfile initial commit 2023-04-28 21:00:29 +00:00
kube-deploy-test-dotnet8.yml Create kube-deploy-test-dotnet8.yml 2023-05-04 09:10:42 +01:00
Program.cs initial commit 2023-04-28 21:00:29 +00:00
Readme.md initial commit 2023-04-28 21:00:29 +00:00
test-dotnet8.csproj initial commit 2023-04-28 21:00:29 +00:00

.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

  1. Clone this repository.
  2. Open a terminal window and navigate to the root directory of the project.
  3. Run the following command to start the website:
dotnet run
  1. 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