Suite of tools to track your income over time of primo's.
Application built in pure Python, acts as an REST API.
Made with Flask and several extensions and uses JWT to authenticate
Looking in the flaskr folder, the init file is the file to run.
It is however recommended to run the application through flask itself.
You can run the app on Linux by executing
/usr/bin/python3 -m flask run -h 0.0.0.0 -p 8000
Docker support will soon be available.
The roadmap is not yet available, but will be soon.
Configuration is accessible here, rename the file to config.json
on finish.
Extended explanation will be provided soon.
Will be provided soon.
Currently, the application only supports MySQL-type databases.
Extended support for different database structures will be added later.