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

https://github.com/anon381/hackerrank-rest-api-challenge-1

This project contains a simple REST API implementation in C#. which i hackerrank solution for problem 1
https://github.com/anon381/hackerrank-rest-api-challenge-1

api-rest csharp csharp-code rest-api restful-api

Last synced: 9 months ago
JSON representation

This project contains a simple REST API implementation in C#. which i hackerrank solution for problem 1

Awesome Lists containing this project

README

          

# HackerRank REST API Challenge 1

This project contains a simple REST API implementation in C#.

## Project Structure
- `api.cs`: Main source file containing API logic.

## Requirements
- .NET SDK (Core or Framework)

## How to Run
1. Open a terminal in the project directory.
2. Build the project:
```powershell
dotnet build
```
3. Run the API:
```powershell
dotnet run
```

## Endpoints
- Refer to `api.cs` for available endpoints and their usage.

## License
This project is for educational purposes only.

## Thank you