Closed p0licat closed 2 years ago
Step 1: create a GET route in the GitService which returns data obtained from Git (serialized).
Step 1: create a GET route in the GitService which returns data obtained from Git (serialized).
d1e14a0 Performed step which gets repositories of user with a GET method.
Step 2: create a POST route in DbService which uses the GET route (calls) from first service.
POST should trigger fetches. In XML caching of data... (Serializable) GET forwards data to queue.
DbService: POST should access GET from GitService. GET should be used by FE.