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.
- ASP.NET Core 2.0
- ASP.NET Identity Core
- Entity Framework Core 2.1
- FluentValidator
- MediatR
- Materialize
- SendGrid
- AutoMapper
- JQuery
- JQuery Validation
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