Import database.sql
into your (already created) MySQL database and set up dbconstants.php
to point to it with the following format.
<?php
define("dbname","money");
define("dbuser","root");
define("dbpass","");
define("dbhost","localhost");
?>
##Fork Me! Feel free to fork the project from here, and contribute by submitting a pull request