An open API service indexing awesome lists of open source software.

https://github.com/rodrigocdellu/testapp

Application developed for evaluating .NET exercises.
https://github.com/rodrigocdellu/testapp

csharp dotnet-core

Last synced: 3 months ago
JSON representation

Application developed for evaluating .NET exercises.

Awesome Lists containing this project

README

          

# TestApp

Application developed for evaluating .NET exercises.

**IMPORTANT:** All code was implemented **without the aid of research or artificial intelligence**.

## Requirements

- [.NET 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

## How to Run

1. Navigate to the application directory:

```
cd TestApp.Console
```

2. Run the application:

```
dotnet run
```