This Enterprise Application Interface provides access to some data of Munichs Kitafinder to Munichs Kita-App
This project is built with the following technologies:
- Java
- Spring Boot
- Maven
This project is currently being developed.
See the open issues for a full list of proposed features (and known issues).
Build the application by using mvn install
The resulting JAR-File can be run using java -jar <path_to_the_jar_file>
Alternatively the following Helm-chart can be used to deploy to Kubernetes.
helm repo add it-at-m https://it-at-m.github.io/helm-charts
helm upgrade --install kf-app-eai-test it-at-m/kf-app-eai --version 0.1.0
For this application to work as intended it needs to be connected to a Kitafinder-instance. This can be done by providing app.kitafinderAdapter.baseUrl
.
To enable security on the api provide configuration to values starting with app.security
. You can provide the OAuth server and two seperate OAuth clients for the internal and public API.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement", fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Open an issue with the tag "enhancement"
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
More about this in the CODE_OF_CONDUCT file.
Distributed under the MIT License. See LICENSE file for more information.
it@M - opensource@muenchen.de