Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 760 Bytes

File metadata and controls

28 lines (22 loc) · 760 Bytes

logo

GTM backend

Develop Deploy

Backend application GTM time-tracking system. Publicly hosted at https://cs.ttu.ee/services/gtm/api

Endpoints

Endpoints are documented here

Building

Install dependencies

sudo apt install -y libpq-dev

Build package

cargo build -p gtm-api

Contributing

We are happy to welcome all contributions!
See CONTRIBUTING.md for more details.