CTF Scoreserver for InterKosenCTF 2020
.
├── docker-compose.yml
├── docker-compose.prod.yml
├── Dockerfile
├── Makefile
├── README.md
├── schema -- GraphQL Schema (currently not use)
├── scoreserver -- backend (golang)
└── ui -- frontend (vue)
up database / redis / file storate
$ make up
This project is mainly for personal use. If you have some troubles and/or questions, tell the author by Issue.
- Apache Licence 2.0
- theoremoon