Skip to content

henriquesd/BookStoreAzurePipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStore

This project was used as an example of how to deploy a .NET 6 Web API with a SQL database by using Azure Pipelines

Article:

Medium Badge

Technologies

  • .NET 6
  • Entity Framework 6
  • Fluent API
  • AutoMapper
  • Swagger
  • SQL Server

Unit tests

  • xUnit
  • Moq
  • SQLite In-Memory database

Architecture

  • 3 Layers:
    • Application layer (API)
      • Controllers
      • Dtos
    • Domain layer
      • Models
      • Interfaces
      • Services
    • Infrastructure layer
      • Repository Pattern

About

Project used as example of how to deploy a .NET 6 Web API and a SQL Database with Azure Pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors