/news-quiz

Modern news reader game for more daily general knowledge

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

News Quiz

Modern webbased news reader working on every device with the core function to ask questions about daily topics. Bringing daily news with a gaming concept to people who don't like to read the news paper. Compare with friends, earn points, learn more daily general knowledge. Build on the Code+Content media hackathon sponsored by NDR, Tagesschau, Next Media Accelerator and Goolge News Initiative.

Getting started

Copy the .env.example file to .env and configure the database you prefer. To install the dependencies, generate the application key and build the application do the following:

npm install
composer install
php artisan key:generate
npm run prod

At the end run a webserver that supports php in the public directory.

License

GPLv3