Skip to content

eduflornet/NET5-Shop-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This demo contains a simple CQRS PostgreSQL Microservice REST-style API that can be used for CRUD operations on a Shop Book Author.

I have using the following tools:

  • Visual Studio 2019

  • Postman 8.9.1

  • NET5

  • Entity Framework Core 5

  • MediatR 9.0.0

  • Fluent Validation 10.3.0

  • AutoMapper 8.1.1

  • Swashbuckle.AspNetCore 5.6.3

  • Docker Hub Image PostgreSQL 13.3

    A ShopServices.Api.Autor.postman_collection is also included with the basic structure to test each of the CRUD methods of the API.

This demo contains a simple CQRS SQL Server Microservice REST-style API that can be used for the maintenance of the API Author and Books.

I have using the following tools:

  • Visual Studio 2019
  • Postman 8.9.1
  • NET5
  • Entity Framework Core 5
  • MediatR 9.0.0
  • Fluent Validation 10.3.0
  • AutoMapper 8.1.1
  • Swashbuckle.AspNetCore 5.6.3
  • Docker Hub Image SQL Server 15.0.4

A ShopServices.Api.Book.postman_collection is also included with the basic structure to test each of the CRUD methods of the API.

This project contains the unit tests corresponding to the methods of the Book service.

I have using the following tools:

  • xUnit 2.4.1
  • Moq 4.16.1
  • GenFu 1.6.0
  • Entity Framework Core in memory 5.0.9

This demo contains a simple CQRS MySQL Microservice REST-style API that can be used for the maintenance of the API Author and Books.

I have using the following tools:

  • Visual Studio 2019
  • Postman 8.9.1
  • NET5
  • Entity Framework Core 5
  • MySql EntityFrameworkCore 5.0.5
  • MediatR 9.0.0
  • Fluent Validation 10.3.0
  • AutoMapper 8.1.1
  • Swashbuckle.AspNetCore 5.6.3
  • Docker Hub Image MySQL 8.0.26

A ShopService.Api.ShoppingCart.postman_collection is also included with the basic structure to test each of the methods of the API.

References:

Releases

No releases published

Packages

 
 
 

Contributors

Languages