Skip to content

enerdgumen/zuqi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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