A simple but powerful tool to keep track of your spendings. All data is end-to-end encrypted and requires no registration. Made for power users. It is built as a Web application using Angular and the Material design library.
Users can reach the tool at money.bonauer.me.
Beware that there does not exist any proper user documentation yet, but if you are interested in using the tool and need help getting started, feel free to contact me.
npm install
to update dependencies.npm run protoc
to compile the protocol buffer models. This step has to be repeated every time you change the proto definitions.src/proxy.conf.global.json
to src/proxy.conf.local.json
and adjust the config of your backend server.Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Upload the files under api/
to a PHP-capable Web server. api/public/
should be the root directory that is served to clients.
Databases sent by clients will be stored at api/storage/
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To run without any path adjustments, deploy the build package to the same server as the API backend.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.