nateevans / defrauder

Simple transaction validation experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defrauder

Simple transaction validation experiment

Install

Install composer packages.

composer install

Install bower packages.

bower install

Set up your database, make sure your credentials are in app/config/parameters.yml, then...

./app/console doctrine:schema:create
./app/console doctrine:fixtures:load

Fire up the Symfony server and it all should be good to go.

./app/console server:run

About

Simple transaction validation experiment

License:MIT License


Languages

Language:PHP 86.8%Language:HTML 8.6%Language:ApacheConf 4.6%