Skip to content

monetr/monetr

Repository files navigation

monetr

GitHub FOSSA Status codecov Go Report Card DeepSource Discord

monetr is a budgeting application that aims to allow people to more easily plan their recurring expenses. It is completely free to self-host (documentation to come), but requires a Plaid account in order to communicate with banks.

monetr is currently still in heavy development, but working towards a v1.0.0 release. You can see what items are still outstanding before a v1.0.0 release for monetr will be published here: v1.0.0 Milestone

image

Contributing

In order to run monetr locally you will need sandbox credentials for Plaid, you can obtain your own credentials here: Plaid Sign Up. Once you have a Client ID and a Client Secret you can run the following command in the monetr project directory to start a local environment.

To start working on monetr, you can follow the Local Development documentation. Or if you want to just dive in you can run the following command in the project directory:

make develop

This will set pretty much everything up that you need to work on monetr. This also works out of the box inside GitPod or GitHub Codespaces.

Open in Gitpod

Open in GitHub Codespaces


Contributions are more than welcome!

License

FOSSA Status