/kuiz

Quick and dirty quizz webapp

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Kuiz

This is a fairly primitive quizz web app

Install dependencies

pipenv install
cd web && yarn install

Build assets

cd web && yarn build

Run

pipenv run crossbar start
pipenv run python backend

Application should be running on http://localhost:8088

It has run fairly well at least once, YMMV.

License

This work is licensed under GNU GPLv3 (see COPYING)