No description
  • HTML 51.9%
  • C# 20.6%
  • CSS 16.2%
  • Dockerfile 7.2%
  • JavaScript 2.9%
  • Other 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-12-20 15:13:46 +00:00
content Create docker-run.sh 2023-12-20 15:13:46 +00:00
.gitignore Initial Commit 2023-04-04 14:07:11 +01:00
Readme.md Initial Commit 2023-04-04 14:07:11 +01:00
template.yaml Update template.yaml to send more values into template 2023-04-04 14:10:38 +01:00

.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

  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.