f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Aggregate Service Core #670

Open f1nal3 opened 1 year ago

f1nal3 commented 1 year ago

Description:

In order to make creating services simple we need to separate the common parts into a new CMake target - Service.Core. This target consists of everything that a service might need: Network, Argument Parsing, Utility functions, Data Access etc. Directories should be reworked accordingly.

Subtasks:

Acceptance Criteria: