Skip to content

Commit 239164e

Browse files
committed
readme
1 parent a9ef794 commit 239164e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,32 @@ This project is a boilerplate for building .NET API applications with various fe
66

77
## Features
88

9+
- [ ] [Vertical Slicing Architecture](https://github.com/FullstackCodingGuy/Developer-Fundamentals/wiki/Architecture-%E2%80%90-Vertical-Slicing-Architecture)
910
- [x] Swagger
11+
- [x] Minimal API
1012
- [x] Authentication using JWT Bearer tokens
13+
- [ ] Authorization
1114
- [x] Rate limiting to prevent API abuse
1215
- [x] CORS policies for secure cross-origin requests
1316
- [x] Response caching and compression
1417
- [x] Logging with Serilog
1518
- [x] Health check endpoint
1619
- [x] [Middlewares](https://github.com/FullstackCodingGuy/dotnetapi-boilerplate/tree/main/src/Middlewares)
20+
- [ ] Entity Framework
21+
- [ ] Serilog
1722
- [ ] Vault Integration
1823
- [ ] MQ Integration
1924
- [ ] Application Resiliency
20-
- [ ] Performance Metrics
21-
- [ ] Dockerization
22-
- [ ] CloudFormation - Stack Deployment Template
23-
- [ ] Github Action
25+
- [ ] Performance
26+
- [ ] Response Compression
27+
- [ ] Response Caching
28+
- [ ] Metrics
29+
- [ ] Deployment
30+
- [ ] Docker
31+
- [ ] Podman
32+
- [ ] CloudFormation
33+
- [ ] CI
34+
- [ ] Github Action
2435

2536
## Getting Started
2637

0 commit comments

Comments
 (0)