From 94d743edfce61dfdf9aaf26c2f5e315bad05faa3 Mon Sep 17 00:00:00 2001 From: odweta Date: Thu, 13 Aug 2026 21:34:15 +0200 Subject: [PATCH] update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a7f9fb..879eba7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A mini ticket system (full-stack application) -It includes: +### It includes: 0. A webserver written in Go @@ -13,4 +13,8 @@ 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 ++ Get a detailed view of a specific ticket. + +### Dependencies: + ++ `libpqxx` for the API to the PostgreSQL database management system (official link: https://github.com/jtv/libpqxx) \ No newline at end of file