No description
- HTML 51.9%
- C# 20.6%
- CSS 16.2%
- Dockerfile 7.2%
- JavaScript 2.9%
- Other 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| content | ||
| .gitignore | ||
| Readme.md | ||
| template.yaml | ||
.NET 7 Website
This is the template for backstage to allow a default .NET 7 website project. It has been generated using the dotnet new web command.
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.