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
- Host: GitHub
- URL: https://github.com/rcmilan/ex-pokedex
- Owner: rcmilan
- Created: 2022-03-18T12:25:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T12:31:12.000Z (about 4 years ago)
- Last Synced: 2025-03-11T02:50:00.623Z (about 1 year ago)
- Topics: cqrs, docker, docker-compose, mediatr, nunit, refit, sqlite, webapplicationfactory
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)