update README

This commit is contained in:
odweta
2026-08-13 21:34:15 +02:00
parent 3b8c6f00f5
commit 94d743edfc
+5 -1
View File
@@ -1,6 +1,6 @@
# A mini ticket system (full-stack application) # A mini ticket system (full-stack application)
It includes: ### It includes:
0. A webserver written in Go 0. A webserver written in Go
@@ -14,3 +14,7 @@ Both clients can:
+ Create a ticket, + Create a ticket,
+ List all tickets (with an option to filter by status), + List all tickets (with an option to filter by status),
+ Get a detailed view of a specific ticket. + 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)