Client-server application for easy orginizing tasks that need to be completed. Application was created using Protobuf and GRPC libraries.
- Tasks priority
- Subtasks
- Multiple client support
- Install
CMake
, minimum version: 3.16 - Install libraries:
- Protobuf
- GRPC
- Boost
- GoogleTest (google mock as well)
- Build from source:
git clone https://github.com/KharchenkoMaks/SimpleTaskManager.git
cd SimpleTaskManager
mkdir build
cd build
cmake ..
cmake --build .
- Launch
server
:./server
- Launch
client
:./client
Repository contains Dockerfile
to compile Docker image
for server deployment.