Poker Displayer is a web interface with green screen displaying player cards, selected from software
npm installGo to api/config/config-example.json, rename the file by taking off -example and replace information in the file by your database configuration and create all the 3 database.
Then run these commands :
cd api
sequelize db:migrateAnd it should work
node app.jsYou have to make your own software to access the API (this is just the api and the web renderer)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.