Skip to content

Commit f69c864

Browse files
committed
minor changes
1 parent b8b00b9 commit f69c864

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

README.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This repo contains a set of libraries designed by Genocs. The libraries are buil
1515

1616
Packages are available on [NuGet Genocs](https://www.nuget.org/profiles/gioema_nocco).
1717

18-
1918
---
2019

2120
## The idea
@@ -65,7 +64,7 @@ Auth service defines the functionalities to build Auth system that relay on OAUT
6564

6665
## Common
6766

68-
This project contains common functionalities that do not rely on runtime or other libraries. This project contains interfaces and base classes used as placeholders and to be used across the platform without dependencies.
67+
This project contains common functionalities do not relied on runtime or other libraries. This project contains interfaces and base classes used as placeholders and to be used across the platform without dependencies.
6968

7069
## Core
7170

@@ -442,12 +441,12 @@ docker push genocs/demo-worker:latest
442441
```
443442

444443

444+
---
445445

446-
# Enterprise Solution
447-
---
448-
---
446+
## Enterprise Application
449447

450-
inside **./src/apps** folder you can find the an application comosed by:
448+
449+
Take a look inside **./src/apps** folder. There you can find a full-fledged application composed by:
451450
- ApiGateway
452451
- Identity Service
453452
- Order service
@@ -458,12 +457,36 @@ In that way you can test the entire flow.
458457

459458

460459

461-
## How to build the solution
460+
### **How to BUILD & RUN the application**
462461

463-
Run docker-compose
462+
The build and run process can be done by using docker-compose
464463

465464
``` bash
466465
# Build with docker compose
467466
docker-compose -f ./src/apps/application-docker-compose.yml --project-name genocs-app build
467+
468+
# *** Before running the solution remember to check ***
469+
# *** the infrastructure services were setup ***
470+
471+
# Run with docker compose
468472
docker-compose -f ./src/apps/application-docker-compose.yml --project-name genocs-app up -d
469-
```
473+
```
474+
475+
---
476+
477+
478+
479+
## **Third party libraries**
480+
- masstransit
481+
- fabio
482+
- consul
483+
484+
485+
---
486+
487+
## **acknowledgments**
488+
489+
- [devmentors](https://github.com/devmentors)
490+
- [abp](https://github.com/abpframework)
491+
492+

0 commit comments

Comments
 (0)