AdRegionService v1.0 — First Release 🔂
Description:
AdRegionService is a lightweight in-memory web service for storing and working with advertising platforms. This release is intended for local launch and testing.
Features:
- Server launch at http://localhost:5411/
- Swagger UI for viewing and testing all APIs: http://localhost:5411/swagger
- Support for data upload via POST
/api/loadwith a file inmultipart/form-dataformat
- Minimal configuration, ready for extension
Requirements:
- .NET 8.0 Runtime
- Windows / Linux
License: MIT — attribution required when distributing or modifying
Example Launch:
CODE
cd path\to\publishAdRegionService.exeAfter launching, open the browser: http://localhost:5411/swagger to test the API.

