A Web API Project using ASP.NET Core
This project is made by me during my internship at Paycore.
Bookstore consists of Book and Author repositories. PostgreSql is used for database management. MediatR is used in this project.
All unit tests are located in BookStore.UnitTest folder.
SimpleUI project added to create a frontend client to trigger my BookStore Web Api.