Skip to content

Kickstart Your Projects - TDD Architecture Template for .NET 8 🚀

Pre-release
Pre-release

Choose a tag to compare

@omatheusribeiro omatheusribeiro released this 25 Apr 20:08
· 1 commit to main since this release

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! 🚀

Happy coding! 🎉🔥