Skip to content

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

License

Notifications You must be signed in to change notification settings

florianklockenkemper/doko-app

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.0%
  • HTML 11.2%
  • ApacheConf 3.7%
  • CSS 0.1%