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
- Host: GitHub
- URL: https://github.com/anon381/hackerrank-rest-api-challenge-1
- Owner: anon381
- Created: 2025-08-29T16:33:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T11:13:35.000Z (10 months ago)
- Last Synced: 2025-08-30T13:14:00.294Z (10 months ago)
- Topics: api-rest, csharp, csharp-code, rest-api, restful-api
- Language: C#
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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