Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 367 Bytes

ElectronicsWorkshop

Simple webapi app that utilizes an Onion architecture.

It uses EntityFramework, FluentValidation, AutoMapper, IdentityServer, Swagger, OpenApi.

Comments/TO DO:

  • Even if you agreed upon using REST api, HttpStatusCodes should not be in the Application layer; UI logic should be put in controllers
  • Mappings should be done in separate services