393 B
393 B
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:
libcurlfor accessing the webserver