Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dianper/book-store-api


https://github.com/dianper/book-store-api

ci clean-architecture csharp dotnet dotnet6 efcore jwt-authentication polly

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Book Store API

[![.NET](https://github.com/dianper/webapi/actions/workflows/dotnet.yml/badge.svg)](https://github.com/dianper/webapi/actions/workflows/dotnet.yml)

### Clean Architecture

### .Net 6
- Swagger
- EF6
- SQL Server (In Memory)
- AutoMapper
- Health Checks

### Containerize
- Dockerfile
- Docker Compose (TODO)

### Authentication
- JWT

### MediatR
- Commands
- Queries

### Polly
- Timeout
- Retry
- Circuit Breaker

### Cache
- Memory (WIP)
- Redis (TODO)

### Tests
- xUnit
- Moq
- Unit Tests
- Integration Tests

### CI / CD
- GitHub Actions (Restore, Build, Test and Deploy)
- Azure App Services

### Metrics
- Prometheus

### Observability
- OpenTelemetry (TODO)