Hyper-specialized personal information management software.
To "install" this project, you can just git clone it.
To use this project, you should first start the server with:
./gradlew :server:runAnd then you can start the desktop app with:
./gradlew :desktopApp:runor the Android app with:
./gradlew :androidApp:assembleDebugThis repo contains a hyper-specialized software, that is, a software designed with only my personal use cases in mind.
The scope of this project is big, and, to try to accomplish it, compromises were made. And, oh boy, there are compromises!
Zero effort was made to make this project work in any environments that are not my computers. Zero effort was made to fix errors that doesn't bother me. Zero effort was made to implement use cases that are not mine. And probably there are performance and security issues.
Generally, the compromises made are documented in the code.
Currently, contributions of new features will likely not be accepted. Feel free to contribute with improvement of current code or to make yourself a fork of the project!