Skip to content

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

License

Notifications You must be signed in to change notification settings

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •