Skip to content
Michał Stolarz edited this page Nov 12, 2021 · 33 revisions

Architecture

CQRS/MediatR

PostgreSQL

Authentication and authorization

Entity Framework

Validation

Password Regex (8 characters, small and big, numeric and special) ^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?=.*[@$!%*?&])[A-Za-z\\d@$!%*?&]{8,}$

Email

Flutter Web

Testing

There's no need to test Create Command validation because it's done by FluentValidation on controller level.

Logging

Clone this wiki locally