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
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
46
46
# Genocs .NET library
47
47
48
-
This repo contains a set of libraries designed by Genocs. The library is built on top of .NET8.
48
+
This repo contains a set of libraries to build LOB (Line Of Business) applications. The library is open source and built to be PRODUCTION READY. The library is built on top of .NET8, it is designed and maintained by Genocs.
49
49
50
50
Packages are available on [NuGet Genocs](https://www.nuget.org/profiles/gioema_nocco).
51
51
@@ -59,10 +59,16 @@ Building a software library to be cloud agnostic has several advantages. First,
59
59
60
60
The advantages of using containers are numerous. Containers provide a lightweight, portable, and isolated environment for applications to run in, allowing them to be easily moved between different systems. This makes it easier to deploy applications quickly and reliably across different environments. Additionally, containers can help reduce resource consumption by running multiple applications on the same host, as each container is isolated from the others. This helps to improve efficiency and scalability. Finally, containers provide an additional layer of security, as they are isolated from the underlying operating system and other applications.
61
61
62
+
## Documentation
63
+
64
+
You can find a useful documentation about how to use the library. The documentation contains the complete set of libraries, template, CLI that altogether make the *genocs ecosystem* a comprensive set of tools to build enterprise solutions.
65
+
66
+
Documentation available at [Genocs Blog](https://genocs-blog.netlify.app/library/)
67
+
62
68
## Infrastructure
63
69
64
-
In this section you can find the infrastructure components to setup the environment.
65
-
You will use ***Docker compose*** to setup the infrastructure components.
70
+
In this section you can find the infrastructure components you need to execute the solution. Infrastucture components are the database, the enterprice servise bus, the distributed logging, monitoring, tracing systems along with database and many more.
71
+
You can use **Docker compose** to setup the infrastructure components just by running few commands.
66
72
67
73
68
74
```bash
@@ -145,16 +151,8 @@ You can setup the application inside a Kubernetes cluster.
145
151
Check the repo [enterprise-containers](https://github.com/Genocs/enterprise-containers) to setup a Kubernetes cluster.
146
152
There you can find scripts, configuration files and documentation to setup a cluster from scratch.
Use [**api-workbench**](./api-workbench.rest) inside Visual Studio code with [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) plugin
159
157
160
158
## Configuration
@@ -385,7 +383,8 @@ Use [**api-workbench**](./api-workbench.rest) inside Visual Studio code with [RE
385
383
## Demo Application
386
384
Inside the library there is a simple demo application you can use to test the library.
387
385
388
-
Some commands
386
+
Following are the commands to build and run the demo application.
0 commit comments