/money

A small web app for logging finances.

Primary LanguagePHP

Codacy Badge

Money Build status Coverage Status Scrutinizer Code Quality

A very quick and messy web app for logging finances, currently considered a pre-alpha release and still under significant development.

Install notes

  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ is web writeable.

To run the application in development, you can also run this command.

composer start

Run this command to run the test suite

composer test

That's it!