From f7dd4a0fe20d299699abfc531bd9ffa22edc8e32 Mon Sep 17 00:00:00 2001 From: Kuassi Mensah Date: Wed, 28 Apr 2021 11:19:27 -0700 Subject: [PATCH 1/4] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04a4807 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# oci-react-samples +A repository for full stack Cloud Native applications with a React JS frontend and various backends (Java, Python, DotNet, and so on) on the Oracle Cloud Infrastructure. + +## MyToDo React JS +A workshop (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend + + +## Expect more ... From dbc0d26231c296cd6ad920dcd43887fe92476d5c Mon Sep 17 00:00:00 2001 From: Kuassi Mensah Date: Wed, 28 Apr 2021 11:20:48 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a4807..91070ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A repository for full stack Cloud Native applications with a React JS frontend and various backends (Java, Python, DotNet, and so on) on the Oracle Cloud Infrastructure. ## MyToDo React JS -A workshop (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend +The mtdrworkshop repository hosts the materiald (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend ## Expect more ... From ab2ef509f9fed3278ace507d48f1f27449a277f1 Mon Sep 17 00:00:00 2001 From: Kuassi Mensah Date: Wed, 28 Apr 2021 11:21:17 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91070ee..39e56f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A repository for full stack Cloud Native applications with a React JS frontend and various backends (Java, Python, DotNet, and so on) on the Oracle Cloud Infrastructure. ## MyToDo React JS -The mtdrworkshop repository hosts the materiald (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend +The `mtdrworkshop` repository hosts the materiald (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend ## Expect more ... From eab8031b005c1e3f142788165447e212cd4e474c Mon Sep 17 00:00:00 2001 From: Kuassi Mensah Date: Wed, 28 Apr 2021 11:28:28 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39e56f4..a911aef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # oci-react-samples A repository for full stack Cloud Native applications with a React JS frontend and various backends (Java, Python, DotNet, and so on) on the Oracle Cloud Infrastructure. +![image](https://user-images.githubusercontent.com/7783295/116454396-cbfb7a00-a814-11eb-8196-ba2113858e8b.png) + + ## MyToDo React JS The `mtdrworkshop` repository hosts the materiald (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend