/doko-app

this is a small web app to save points for players of the german card game "Doppelkopf"

Primary LanguagePHPMIT LicenseMIT

doko-app

this is a small web app to save points for players of the german card game "Doppelkopf"

based on Symfony 3

Installation

  • git clone this repo where ever you like
  • cd into directory doko-app
  • install composer requirements
$ composer install
  • maybe adjust database settings in /app/config/parameters.yml
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:create
  • call <your-domain>/doko-app/web/

TODO

  • extract logic from controller into a service
  • styling of HTML output