Releases: omatheusribeiro/tdd-architecture-template-dotnet
Kickstart Your Projects - TDD Architecture Template for .NET 8 🚀
Hey devs! 👋
Here's the first release of the TDD Architecture Template built with .NET 8! This project is designed to help you kickstart your API development using a clean, test-driven, and scalable architecture. 🏛️
What's inside:
-
Full TDD Architecture example with separation of concerns 🧩
-
Code First + Migrations with Entity Framework Core 🛂
-
Repository Pattern + Unit of Work + Singleton setup 🔄
-
JWT Authentication and Authorization ready to go 🔐
-
Unit Tests using xUnit right out of the box 🧪
-
AutoMapper pre-configured for smooth DTO mapping 🔄
-
SQL Server integration using Code First migrations 🛢️
Perfect if you want a clean starting point for your projects or just want to see how to structure a solid .NET Core 8 API following best practices. 📚
Feel free to fork, clone, explore, and adapt to your needs.
Contributions are welcome! 🚀