From f0c472b1792779e63fdeb97a470b46300de00050 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 26 Oct 2021 16:19:55 +0200 Subject: feat(web/api): Initial API implementation in Kotlin This change adds the initial implementation of the new API server in Kotlin, replacing the old API written in Python. The implementation uses Quarkus, RESTEasy, and Hibernate to implement the new API endpoints. The reason for replacing the old API server is unifying the build and deployment toolchains, reducing the number of technologies necessary to work with OpenDC. Furthermore, we envision bundling the entire OpenDC project into a single distributions, allowing users to launch their own deployment trivially. --- .../src/main/resources/META-INF/branding/logo.png | Bin 0 -> 2825 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 opendc-web/opendc-web-api/src/main/resources/META-INF/branding/logo.png (limited to 'opendc-web/opendc-web-api/src/main/resources/META-INF') diff --git a/opendc-web/opendc-web-api/src/main/resources/META-INF/branding/logo.png b/opendc-web/opendc-web-api/src/main/resources/META-INF/branding/logo.png new file mode 100644 index 00000000..d743038b Binary files /dev/null and b/opendc-web/opendc-web-api/src/main/resources/META-INF/branding/logo.png differ -- cgit v1.2.3