Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 306 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 306 Bytes

Introduction

Sample API to demonstrate how to use CQRS. This version was implemented the Account Commands.

  • Register
  • Signin
  • VerifyCode
  • ResetPassword
  • ChangePassword

Development

  • .Net Core 3.1
  • Entity Framework Core - MariaDB
  • CQRS (1 DB)
  • JWT Authentication
  • Swagger
  • FluentValidation