Test your russian/english with symfony3, angularjs and tdd. Example app.
- php7
- sqlite
$ git clone https://github.com/tonknaf/dictionary.git
$ composer install
$ php ./bin/console doctrine:database:create
$ php ./bin/console doctrine:schema:create
$ php ./bin/console doctrine:fixtures:load
$ ( cd web/angular ; npm install )
$ php bin/console server:run
Open http://127.0.0.1:8000 in browser
$ ./vendor/bin/phpunit
$ ( cd web/angular ; npm test )