Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 368 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 368 Bytes

NetCore Patikası

Patika.Dev BookStore Project

Models

  • Book
  • Genre
  • Author

Controllers

  • BookController
  • GenreController
  • AuthorController

Middlewares

  • CustomExceptionMiddleware
Requirements
  • AutoMapper
  • FluentValidation
  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.InMemory
  • Newtonsoft.Json
  • Xunits
  • Moq