https://github.com/djumanoff/matchmaker
Small web application aimed to form teams based on player rating which was calculated by rating each other [status: work in progress]
https://github.com/djumanoff/matchmaker
go matchmaker rating-system
Last synced: 3 months ago
JSON representation
Small web application aimed to form teams based on player rating which was calculated by rating each other [status: work in progress]
- Host: GitHub
- URL: https://github.com/djumanoff/matchmaker
- Owner: djumanoff
- Created: 2017-04-26T05:48:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:20:35.000Z (over 3 years ago)
- Last Synced: 2024-06-19T16:19:31.228Z (about 2 years ago)
- Topics: go, matchmaker, rating-system
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Match Maker
**Match maker** is a small web application to build teams, based on the rating of the players, which was calculated by rating each other.
## Requirements
- Go Runtime
- MySQL database
## Getting Started
1. Go to root directory
2. Run sql init queries in `init.sql` file
3. Run:
`go get`
4. Edit `config.env` file then run command:
`go run main.go -c=config.env`