Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 979 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 979 Bytes

NETCON Score Server

The contest site for JANOG55 NETCON.

It's called also score server. The main feature of this is to propose problem and marking.

This provides whole game operations during contest:

  • Proposing a problems (participant to solve in contest)
  • Creating and discussing issues
  • Submitting and marking answers
    • with a scoreboard
  • Announcing notices

Architecture, using frameworks

API and SPA

  • API
    • Written in Ruby
    • Framework: Rails
      • Provides GraphQL API
  • UI
    • Written in JavaScript
    • Framework: Nuxt.js(SPA)

Coding style

Usage and How to Contribute

See Wiki