Skip to content

Latest commit

 

History

History
executable file
·
39 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

executable file
·
39 lines (20 loc) · 1.09 KB

FlagField

A developing system for CTF Jeopardy.

This is the introduction for the whole system. And in this project, there will be some open project document for everyone to refer to.

Contributor:

Previously contributor:

  • am009: Finished the most of FlagField's web client.

  • Tinywangxx: Little work as his name.

Recommended version are presented in this repository.

Deployment

This will be completed later.

FlagField-Server is FlagField's core server. It handles the request from the clients and manage the docker images, containers, resources and problems.

It is based on Go, with gin and gorm.

FlagField-Web is FlagField's official front end. It acts as the interface between user and the server.

It is based on Vue, Vuex and Buefy (default theme).

Goal

It is originally designed for a practice course in college.

But it will be an sustainable platform project for CTFers.