This project serves as a starting point or template for developing .NET applications. It provides the basic structure and configuration to help developers quickly set up a new .NET project.
This section outlines the steps required to run the project locally.
- .NET SDK (latest version)
- A text editor or IDE (e.g., Visual Studio, Visual Studio Code)
-
Clone this repository:
git clone https://github.com/harundogdu/dotnet-boilerplate.git cd dotnet-boilerplate
-
Restore the necessary dependencies:
dotnet restore
-
Run the application:
dotnet run
-
/basics: Basic examples and configurations.
CourseController.cs
: An example controller.
-
/meeting-app: Initial setup and configurations for the meeting application.
Once the project is running, you can access the application by navigating to http://localhost:5000
in your browser. You can use the Swagger
interface to explore API endpoints and other features.
- .NET
- C#
- HTML
- CSS
- JavaScript
If you would like to contribute to this project, please feel free to create a pull request or report issues.
No license information is provided for this project. Please check with the project owner for usage terms.