This is a small web app to save points for players of the german card game "Doppelkopf"
Based on Symfony 5
- git clone this repo where ever you like
- cd into directory
doko-app
- install composer requirements
$ composer install
- create
.env
file withcp .env.dist .env
- make adjustments according to your setup (e.g. DB connection)
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:create
Use the PHP server to run the application
$ php -S localhost:8000 -t public
or call <your-webroot>/doko-app/public/