https://github.com/winstxnhdw/c2-leaderboard
Online/offline leaderboard for C2
https://github.com/winstxnhdw/c2-leaderboard
flask postgresql
Last synced: about 1 month ago
JSON representation
Online/offline leaderboard for C2
- Host: GitHub
- URL: https://github.com/winstxnhdw/c2-leaderboard
- Owner: winstxnhdw
- Created: 2022-05-24T10:24:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T09:48:27.000Z (about 2 years ago)
- Last Synced: 2025-02-05T07:30:25.531Z (3 months ago)
- Topics: flask, postgresql
- Language: Python
- Homepage: https://aoh-leaderboard.herokuapp.com/
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C2-leaderboard
This repository contains the cloud leaderboard implementation for [C2](https://github.com/winstxnhdw/C2). The local leaderboard can be found in the [windows-local](https://github.com/winstxnhdw/C2-leaderboard/tree/windows-local) branch.
## Install Docker for Linux
The installation script only supports Arch or Ubuntu. If you are on any other platform, you will have to install Docker manually [here](https://docs.docker.com/get-docker/).
```bash
sh requirements.sh
```## Development
```bash
sh launch.sh
```