ContainerNinja.CleanArchitecture Versions Save

ContainerNinja is a boilerplate template project to demonstrate building a multi-container Full Stack application with ASP.NET Core (.NET 6) Web API following Clean Architecture, and Angular.

v1.0.1

2 years ago

Whats new?

  • Fixed 404 Error on Refresh in Client
  • Fixed failing Docker build for Client
  • Bumped Font Awesome and other packages
  • Security Patches

v1.0.0

2 years ago

Fully Functioning Solution with following features:

  • Clean Architecture with Layered API solution
  • EFCore Migrations with SQLite and Database seeding
  • JWT Token Implementation and Roles based Authorization
  • CQRS with MediatR
  • Fluent Validation
  • Swagger UI Implementation with API Versioning
  • ETag Implementation for Resource Caching and Collision detection
  • Angular Client Implementation with CRUD and Token Management
  • One-command Docker deployment with ready to use Dockerfiles and Compose