Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iafisher/drill2
https://github.com/iafisher/drill2
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iafisher/drill2
- Owner: iafisher
- Created: 2024-04-26T15:45:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-04-26T21:44:14.000Z (6 months ago)
- Last Synced: 2024-04-27T17:07:09.087Z (6 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```