greizgh / kuiz

Quick and dirty quizz webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Quick and dirty quizz webapp

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.2%Language:Python 23.8%