Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iafisher/drill2


https://github.com/iafisher/drill2

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

To run server:

```shell
# only need to run once
$ flask --app drill2 init-db
$ flask --app drill2 run
```

To clear answers:

```shell
$ flask --app drill2 clear-answers
```