This commit is contained in:
lucic71 2020-05-05 14:14:15 +03:00
commit 2c0d16fe84
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Tema3-Protocoale-de-Comuncatie
Implemented a web client that communicates witha a REST API. The server basically contains a library where the user
can store information about books. It supports operations like add_books, delete_books, etc.
It uses cookies to store a session and JWT tokens to restrict user access into the library.
The communication with the server is over the HTTP protocol, using GET POST and DELETE requests.
It uses cJSON library to work with JSON objects.