Skip to content

Commit 2ebc432

Browse files
Anil AllewarAnil Allewar
authored andcommitted
Added documentation header
1 parent e342433 commit 2ebc432

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ The application consists of 7 different services
3131
* [api-gateway](api-gateway/README.md) - API gateway that proxies all the micro-services
3232
* [web-portal](web-portal/README.md) - Single Page Application that provides the UI
3333

34-
You can build all the projects by running the `./build-all-projects.sh` on Mac/Linux systems and then going to each individual folder and running the jars using the `java -jar build/libs/sam<application_name>` command.
34+
* Running on local m/c
35+
36+
* You can build all the projects by running the `./build-all-projects.sh` on Mac/Linux systems and then going to each individual folder and running the jars using the `java -jar build/libs/sam<application_name>.jar` command.
3537

36-
Please refer to the individual readme files on instructions of how to run the services. For demo, you can run the applications in the same order listed above.
38+
* Please refer to the individual readme files on instructions of how to run the services. For demo, you can run the applications in the same order listed above.
3739

3840
Note:
3941
* If the gradle wrapper doesn't work, then install gradle and run `gradle wrapper` before using `gradlew`.

0 commit comments

Comments
 (0)