710f1655ef8edb42d272314e925013390f3c65d8
A mini ticket system (full-stack application)
It includes:
- A webserver written in Go
as well as two clients:
- A CLI for Linux written in C++,
- An Android app written in Kotlin.
Both clients can:
- Create a ticket,
- List all tickets (with an option to filter by status),
- Get a detailed view of a specific ticket.
Dependencies:
libpqxxfor the API to the PostgreSQL database management system (official link: https://github.com/jtv/libpqxx)
Languages
Kotlin
41.6%
C++
38.4%
Go
18.1%
Makefile
0.9%
C
0.4%
Other
0.6%