budgetbee

Server Tests Build and Push Docker Image CodeFactor

BudgetBee is a personal finance management system.

Disclaimer

If you want to contribute to this project, you can!

Buy Me A Coffee

Installation

BudgetBee is installed via docker-compose, if you want to do an installation from e.g. Portainer, copy the /docker/compose file file, populate the variables and deploy it in your portainer application.

Important

Wait around 30 seconds after all containers are up to execute the create user command

To create a user, run this command from your local machine, substituting the values with the ones you want

docker exec budgetbee-webserver-1 php scripts/create_user.php <your_name> <your_email> <your_password>

Roadmap

Features Done
Import records Excel/Json
Create multiple users
Create currencies
Add custom currencies  
Create/Edit Categories
Budgets by category
Create rules  
Connect with banks  
Export banckup  
Customize dashboard  

Updates

To upgrade your BudgetBee application to the latest version, rebuild your docker-compose images and re-upload the containers. This can be done easily by:

docker-compose up -d --build

Documentation

This section is currently under development

Contributing

If you would like to collaborate with BudgetBee, you can do so by

Bugs

For bugs please open an issue