Zuqi (anagram of "Quiz") is a turn-based demostrative game written in Python and JavaScript.
The backend is powered by aiohttp,
the frontend is a browser application based on React and Material UI.
All the quiz are provided by the Open Trivia Database.
A live demo is available on Heroku at https://zuqing.herokuapp.com.
- conductor: the backend server;
- webapp: the frontend web application.
Consult the specific README of each module for more details.
docker build -t zuqi .
docker run -p 8000:80 zuqi