Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oracle-samples/modern-app-dev
OCI sample application that follows the principals of the Oracle Modern App Development framework
https://github.com/oracle-samples/modern-app-dev
event-driven java messaging oci reference-architecture reference-implementation terraform web
Last synced: 3 months ago
JSON representation
OCI sample application that follows the principals of the Oracle Modern App Development framework
- Host: GitHub
- URL: https://github.com/oracle-samples/modern-app-dev
- Owner: oracle-samples
- License: upl-1.0
- Created: 2023-05-05T07:04:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T11:47:28.000Z (9 months ago)
- Last Synced: 2024-05-02T23:58:30.064Z (9 months ago)
- Topics: event-driven, java, messaging, oci, reference-architecture, reference-implementation, terraform, web
- Language: Java
- Homepage: https://www.oracle.com/application-development/modern-app-development/
- Size: 5.65 MB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Modern App Development - Reference Application
Universal Health Organization (UHO) is a sample application that adheres to the principles of the [Oracle Modern App Development framework](https://www.oracle.com/application-development/modern-app-development/). In particular, it implements elements of the [Web or mobile applications](https://docs.oracle.com/en/solutions/mad-web-mobile), [Messaging](https://docs.oracle.com/en/solutions/mad-messaging-pattern), and [Event-driven](https://docs.oracle.com/en/solutions/mad-event-driven) architecture patterns.
The application implements a patient portal for a healthcare organization allowing patients and providers to schedule and manage appointments.
## Getting Started
1. [Prerequisites and Configurations](docs/prereq-config.md)
2. [Deployment](docs/deployment.md)
3. [Deployment through DevOps](docs/devops-deployment.md)## Contributing
This project welcomes contributions from the community. Before submitting a pull request, review our [contribution guide](./CONTRIBUTING.md).
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2023 Oracle and/or its affiliates.
Released under the Universal Permissive License v1.0 as shown at
.Developers choosing to distribute a binary implementation of this project are responsible for obtaining and providing all required licenses and copyright notices for the third-party code used in order to ensure compliance with their respective open source licenses.