Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 6177029

Browse files
PrayatOsmosm-vishnukyatannawar
authored andcommitted
REST-246: modify readme.md file
1 parent 7769f10 commit 6177029

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# dotnet-foundation
1+
# Dotnet Foundation
2+
3+
## Overview of the project
4+
5+
Dotnet Foundation is a boiler plate project for ASP .NET projects. This boiler plate can be used in any .NET project for Osmosys. This project contains common files that can be reused again and again. Objective of building this project is to make it so that people can copy the project and build on top of it.
6+
7+
## Development Setup
8+
9+
1. Install [VS Code](https://code.visualstudio.com/)
10+
2. Install [.NET 7.0 SDK](https://dotnet.microsoft.com/en-us/download)
11+
3. Verify that .NET SDK is installed successfully by executing the following command in the terminal. `dotnet --version`.
12+
4. Clone this project.
13+
5. Open VS Code in this directory `\dotnet-foundation`.
14+
6. Install the recommended [VS Code extensions](https://imgur.com/XIh4IPI)
15+
7. In the project's directory `\dotnet-foundation\DotnetFoundation`, execute the following commands to run the project.
16+
```csharp
17+
- dotnet restore
18+
- dotnet build
19+
- dotnet run --project .\DotnetFoundation.API\
20+
```
21+
22+
23+
24+
25+
26+
27+
28+

0 commit comments

Comments
 (0)