API Documentation

Getting started

Prerequisites

To compile and use trackr you need Java 8 installed.

To get started with trackr first clone the git repository.

git clone https://github.com/techdev-solutions/trackr-backend
cd trackr-backend

Now if you have gradle installed you can execute it directly

gradle build

Otherwise, trackr comes with the gradle wrapper script that will download a local gradle distribution so you don't have to install it.