Skip to content
/ lepus-api Public
forked from lepus-ctf/lepus-api

TDUCTFで利用されているRestfulなスコアサーバー

License

Notifications You must be signed in to change notification settings

clom/lepus-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lepus RESTful CTF Score Server

LepusはRESTfulなCTFスコアサーバーです。

Build Status

Requirement

  • Python 3.4
  • see package.pip

Quick Start

  • git clone https://github.com/lepus-ctf/lepus-api.git
  • cd lepus-api
  • pip install -r package.pip
  • cd src
  • python migrate to create database.
  • python createsuperuser to create superuser.
  • python manage.py runserver to running webserver.
  • Open http://localhost:8000/api/ for testing.

Push Notification

WebSocketによるリアルタイムのプッシュ通知は lepus-api-push と組み合わせて提供されています。

Copyright and license

Code and documentation copyright Lepus CTF. Code released under MIT License (See LICENSE) Docs released under Creative Commons License 4.0 BY.

About

TDUCTFで利用されているRestfulなスコアサーバー

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • HTML 0.4%