Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 754 Bytes

RCM

RCM is a simple ERP application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles. The objective of the project is to be a fully functional ERP for small warehouses and parts stores.

Core Technologies

  • ASP.NET Core 2.0
  • ASP.NET Identity Core
  • Entity Framework Core 2.1
  • FluentValidator
  • MediatR
  • Materialize
  • SendGrid
  • AutoMapper
  • JQuery
  • JQuery Validation

Roadmap

WARNING: THIS IS NOT 'REAL' DOMAIN DRIVEN DESIGN. There are some major design errors, such as AR references by Object, multiple AR modification in the same transaction, etc. I suggest you to visit my other repositories if you want to see a better Domain Driven Design example.

PROJECT IS NO LONGER MAINTAINED