Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 731 Bytes

Zuqi

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.

Project structure

  • conductor: the backend server;
  • webapp: the frontend web application.

Consult the specific README of each module for more details.

Build and run with Docker

docker build -t zuqi .
docker run -p 8000:80 zuqi