Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkbrk/mojo-budget
Budget application in the Mojolicious framework
https://github.com/gkbrk/mojo-budget
finance mojolicious perl web
Last synced: 8 days ago
JSON representation
Budget application in the Mojolicious framework
- Host: GitHub
- URL: https://github.com/gkbrk/mojo-budget
- Owner: gkbrk
- License: mpl-2.0
- Created: 2019-03-31T02:01:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T02:21:49.000Z (almost 6 years ago)
- Last Synced: 2024-12-02T04:42:29.308Z (2 months ago)
- Topics: finance, mojolicious, perl, web
- Language: Perl
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is mojo-budget?
Mojo-Budget is a web application to keep track of your daily budget and
expenses. It is designed to be easy to host, and it uses SQLite as a data store.# How to deploy / run?
You can run the application locally, or chuck it on a server and run it with
CGI. It can run on pretty much every environment that can run Perl.# How to test?
Go to the project directory and run `prove`. Each test file should run the
application with an in-memory database, and run through the tests.All the tests should pass. If any of the tests fail, this means there's
something wrong with either the code or the test. If you run into such tests,
please send a bug report.# Contributing
Code and documentation contributions are both welcome. If you would like to
upstream some code, you can create a pull request on GitHub or send a patch to
`mojobudget-dev at gkbrk.com`.Every PR should run the test suite to see if any functionality was
broken. Additionally; if you have added new functionality, they should be
accompanied by new tests.