An open API service indexing awesome lists of open source software.

https://github.com/rcmilan/ex-pokedex

Pokedex
https://github.com/rcmilan/ex-pokedex

cqrs docker docker-compose mediatr nunit refit sqlite webapplicationfactory

Last synced: 2 months ago
JSON representation

Pokedex

Awesome Lists containing this project

README

          

# project-pokedex

## Tecnologias

- .NET 6
- C# 10
- [Docker](https://www.docker.com/)
- Docker-Compose
- SQLite

## Padrões

- Arquitetura Hexagonal (Driven, Driving, Core)
- Injeção de Dependência, IoC
- CQRS
- Mediator
- Repository

## Libs

- Swagger
- [MediatR](https://github.com/jbogard/MediatR)
- [Refit](https://github.com/reactiveui/refit)
- [PokeApi](https://pokeapi.co/)

## Testes

- [NUnit](https://nunit.org/)
- [WebApplicationFactory](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.testing.webapplicationfactory-1?view=aspnetcore-6.0)