You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,19 @@ If you liked the project or if `netcorekit` helped you, please give a star so th
14
14
15
15
### Features
16
16
17
-
- Simple libraries. No frameworks. Little abstraction.
18
-
- Opt-in and out of the box [features](https://github.com/cloudnative-netcore/netcorekit/wiki/Miniservice-template-guidance) with [Feature Toggles](https://martinfowler.com/articles/feature-toggles.html) technique.
19
-
- Generic repository for data persistence.
20
-
- Adhere to [twelve-factor app paradigm](https://12factor.net) and more.
21
-
- Resilience and health check out of the box.
22
-
- Easy for configuration management.
23
-
-[Domain-driven Design](https://en.wikipedia.org/wiki/Domain-driven_design) in mind.
- Authentication/Authorization with OAuth 2.0 and OpenID Connect.
26
-
- Clean and demystify error, debug logs.
27
-
- API versioning from Docker container to WebAPI.
28
-
- Documentation template with OpenAPI documentation.
29
-
- Work natively with Kubernetes or even with Service Mesh(Istio).
17
+
-[x]Simple libraries. No frameworks. Little abstraction.
18
+
-[x]Opt-in and out of the box [features](https://github.com/cloudnative-netcore/netcorekit/wiki/Miniservice-template-guidance) with [Feature Toggles](https://martinfowler.com/articles/feature-toggles.html) technique.
19
+
-[x]Generic repository for data persistence.
20
+
-[x]Adhere to [twelve-factor app paradigm](https://12factor.net) and more.
21
+
-[x]Resilience and health check out of the box.
22
+
-[x]Easy for configuration management.
23
+
-[x][Domain-driven Design](https://en.wikipedia.org/wiki/Domain-driven_design) in mind.
-[x]Authentication/Authorization with OAuth 2.0 and OpenID Connect.
26
+
-[x]Clean and demystify error, debug logs.
27
+
-[x]API versioning from Docker container to WebAPI.
28
+
-[x]Documentation template with OpenAPI documentation.
29
+
-[x]Work natively with Kubernetes or even with Service Mesh(Istio).
30
30
31
31
## Less code to get starting
32
32
@@ -85,15 +85,10 @@ public class Startup
85
85
}
86
86
```
87
87
88
-
<details>
89
-
<summary>More guidances to get starting</summary>
90
-
91
88
- Read [Get starting](https://github.com/cloudnative-netcore/netcorekit/wiki/Get-Started) section and [Play with Kubernetes](https://github.com/cloudnative-netcore/netcorekit/wiki/Deploy-on-k8s-on-local) section to know more about this cloud-native toolkit.
92
89
- Basic usage can be found at [TodoApi Sample](https://github.com/cloudnative-netcore/netcorekit/tree/master/samples/TodoApi)
93
90
- More advance usage is at [Coolstore Microservices](https://github.com/vietnam-devs/coolstore-microservices) project.
0 commit comments