- A working Go installation.
- PostgreSQL
git clone https://github.com/bpina/go-tracker.git
Edit the value for PREFIX in the makefile to your liking
make make install cleanAdd your database information to database.json in PREFIX/config.
{ "database": "database", "host": "localhost", "user": "user", "password": "password", "port": "" }