Projects
Here is list of my side projects
GoExpenses
This is expenses app, which I am using to track my expenses. Exchange rate between RSD and EUR currencies is automatically updated daily. User can create accounts, expenses and incomes.
It is possible to use SQLite or PostgreSQL database.
That can be set in goexpenses.ini file:
[settings]
databasetype=postgres
For SQLite databasetype should be set to sqlite.
In goexpenses.ini file is possible also to set other parameters, like mail server, openexchange id etc.