APIs & Tools

FinanceManager API

Financial management API built with .NET 8 following Clean Architecture and Domain - Driven Design principles.The project includes domain events, unit of work.

.NET 8 ASP.NET Core Entity Framework Core SQLite xUnit FluentAssertions Integration Tests Clean Architecture DDD

MongoDB Backup to CSV Converter

.NET 8 console application that converts MongoDB backups into CSV files. The tool automatically spins up a temporary MongoDB instance using Docker, restores backup files and exports collections using mongoexport.

.NET 8 Docker MongoDB MongoDB Database Tools CLI Automation