/platform-ctf-netsos

Deprecated

Primary LanguageJavaScript

PlatformCTFNetsos

Build Status

![Homepage] (/public/logo.png?raw=true)

A Platform for Jeopardy-style Capture the Flag contests.

Features

  • Persistent contests
  • Top scoreboard
  • Admin page

Installation

# install dependencies
composer install
# copy and edit .env
cp .env.example .env
# add database
mysql
# generate app key
php artisan key:generate
# migration and seeder
php artisan migrate --seed
# serve
php artisan serve

Contributing

Please read this for more information.