Skip to content

sentiens/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary

Test your russian/english with symfony3, angularjs and tdd. Example app.

Code coverage

Requirements

  • php7
  • sqlite

Installation

$ 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 )

Run server

$ php bin/console server:run

Open http://127.0.0.1:8000 in browser

Run backend tests

$ ./vendor/bin/phpunit

Run angular unit tests

$ ( cd web/angular ; npm test )

About

Test your english/russian with symfony3, angularjs and ddd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published