Skip to content

Vehicle Identification Number for trucks using DDD and CQRS.

License

Notifications You must be signed in to change notification settings

upcesar/vin-management

Repository files navigation

VIN-Management

Open source Vehicle Identification Number (VIN) for trucks written in .NET, using DDD and CQRS and some Design Patterns.

Architecture and Pattern Used

Design Pattern

  • Factory Method
  • Builder
  • Singleton
  • Repository and Unit Of Work
  • Specification

Architecture and Principle

  • Domain Design Driven (DDD): This is an approach to software development for complex needs by connecting the implementation to an evolving model.
  • Command Query Responsibilities Segregation (CQRS): This is a pattern that segregates the operations that read data (queries) from the operations that update data (commands) by using separate interfaces.

About

Vehicle Identification Number for trucks using DDD and CQRS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published