This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs)
SubTrack is a modern ASP.NET Core application designed to help users track and manage their subscriptions with ease. Built with Domain-Driven Design (DDD) principles, SubTrak leverages a rich domain model to encapsulate business logic inside the Subscription entity.
- 🧱 Rich domain model with encapsulated behavior
- 🌐 RESTful API built with ASP.NET Core
- ASP.NET Core 9.0 ⚙️
- Entity Framework Core 🗃️
- DDD with Rich Domain Model 🧱
git clone https://github.com/zangassis/sub-track.git
cd SubTrack
dotnet build
dotnet run --project src/SubTrack.ApiMIT License © 2025
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change. 🤝