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