# 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/). Other languages like HTML and CSS are used. ## Getting started To run the application go to the root directory and run `make run` in the terminal. On a nix system it is possible to run with all dependencies via `make nix-run`. 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.