/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 5

Installation

  • git clone this repo where ever you like
  • cd into directory doko-app
  • install composer requirements
$ composer install
  • create .env file with cp .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

Development

Use the PHP server to run the application

$ php -S localhost:8000 -t public

or call <your-webroot>/doko-app/public/