13 lines
568 B
Markdown
13 lines
568 B
Markdown
# QRank
|
|
|
|
The **easy** tracker for tabletop soccers with QR code integration.
|
|
Everything is still in development. Feel free to open issues and or pull requests.
|
|
|
|
This application is build with [go](https://go.dev/) and [gin](https://gin-gonic.com/) and a custom templating package.
|
|
|
|
## Getting started
|
|
|
|
Setup with `make setup`. Then configure the environment file.
|
|
The default listening address is `http://localhost:18765`.
|
|
For a development environment install [air](https://github.com/air-verse/air) and run the development server with `air` from the root directory.
|