Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dianper/book-store-api
- Owner: dianper
- Created: 2023-12-18T12:36:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-28T16:56:22.000Z (11 months ago)
- Last Synced: 2023-12-29T00:16:59.586Z (11 months ago)
- Topics: ci, clean-architecture, csharp, dotnet, dotnet6, efcore, jwt-authentication, polly
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)