LepusはRESTfulなCTFスコアサーバーです。
- Python 3.4
- see
package.pip
git clone https://github.com/lepus-ctf/lepus-api.gitcd lepus-apipip install -r package.pipcd srcpython manage.py migrateto create database.python manage.py createsuperuserto create superuser.python manage.py runserverto running webserver.- Open
http://localhost:8000/api/for testing.
WebSocketによるリアルタイムのプッシュ通知は lepus-api-push と組み合わせて提供されています。
Code and documentation copyright Lepus CTF. Code released under MIT License (See LICENSE) Docs released under Creative Commons License 4.0 BY.