C# ASP.NET Web API Tic-Tac-Toe boilerplate with Docker and PostgreSQL
Implements a Tic-Tac-Toe REST API and playable board using C# and ASP.NET Core Web API. Includes Docker containerization, PostgreSQL-backed storage, AutoMapper DTO mapping, and automated tests (xUnit); suited for learning Web API design, persistence, and integration testing.
0