Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baristutakli committed Jan 30, 2022
1 parent ed56a41 commit c4598f2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
Empty file removed CreateBookCommandTest.cs
Empty file.
7 changes: 0 additions & 7 deletions CreateCommandTests.cs

This file was deleted.

26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### NetCore Patikası
* Created Book.cs and BooksController.cs
* Created GET, POST, PUT, DELETE methods

### 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

0 comments on commit c4598f2

Please sign in to comment.