This is a basic api used to provide information about books(name, description, author, genres, ISBN)
via .NET CLI:
dotnet ef database update
via Package Manager:
Update-Database
The project was developed using ASP.Net Core, Entity Framework with MS SQL Server database and Microsoft Identity platform
- Interfaces for repositories and services
- Models for database
- Unit of work interface
- Database context
- Migrations
- Tables' Configurations
- Repositories
- Unit of work
- Services for access to Data layer
- Controllers
- Mapping Profile
- Validators
- Authentication
- Resources for saving & representing data