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.
The mtdrworkshop repository hosts the materiald (code, scripts and instructions) for building and deploying Cloud Native Application using a Java/Helidon backend
The lab executes scripts that require the following software to run properly: (These are already installed on and included with the OCI Cloud Shell)
- oci-cli
- python 2.7^
- terraform
- mvn (maven)
- Clone this repo.
- Download the wallet I passed on Discord and extract it on a known defined path without weird chars.
- Update the Wallet Path on the MtdrSpring/backend/src/main/resources/application.properties on spring.datasource.url
- Go to MtdrSpring/backend & Run using:
mvn clean install
mvn spring-boot:run
- Wait for 30 seconds to let it run and go to http://140.84.179.223
