You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
Daniel Berman edited this page Feb 11, 2018
·
3 revisions
Apollo UI
The UI part of Apollo is written in Angular (1.4.8), and based on the Angular SB Admin 2 template.
All of the UI operations are tied to the backend, using REST.
Apollo Backend
The Backend part of Apollo is written in Java.
Apollo relies on a MySQL DB (you need to provide yours in the settings) using MyBatis as ORM, and Hikari for connection pooling.
All REST operations, including roles and authentication, are using rapidoid.
All Kubernetes related operations are using fabric-8 kubernetes client.