From 4389466d40026cd819648588f4fc37d005f68f30 Mon Sep 17 00:00:00 2001 From: odweta Date: Thu, 13 Aug 2026 21:31:29 +0200 Subject: [PATCH] add README, solves #1 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a7f9fb --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# A mini ticket system (full-stack application) + +It includes: + +0. A webserver written in Go + +as well as two clients: + +1. A CLI for Linux written in C++, +2. 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. \ No newline at end of file