An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/quizzip

quizzes.
https://github.com/zipcodecore/quizzip

Last synced: about 2 months ago
JSON representation

quizzes.

Awesome Lists containing this project

README

          

# Quizzip
quizzes.

```bash
python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt
```

to launch the app:

`python3 app.py`