File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- # Key-Value Web Server
1+ # Key-Value Web Server [ ![ Code license ] ( https://img.shields.io/github/license/work-examples/key-value-web-server )] ( LICENSE )
22
33An HTTP web server with a REST API for persistent key-value storage.
44Collects read-write statistics for the entire storage and for each key.
@@ -8,6 +8,11 @@ Collects read-write statistics for the entire storage and for each key.
88** Software requirements** : ` CMake 3.2+ ` , C++17 compatible compiler, ` Python 3.7+ `
99** Operation systems** : ` Windows ` , ` Linux ` , ` macOS `
1010
11+ | Branch | CI Build Status |
12+ | -------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13+ | ** master** | [ ![ CI status] ( https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=master )] ( https://github.com/work-examples/key-value-web-server/actions?query=branch%3Amaster ) |
14+ | ** develop** | [ ![ CI status] ( https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=develop )] ( https://github.com/work-examples/key-value-web-server/actions?query=branch%3Adevelop ) |
15+
1116## Test Task Description
1217
1318You need to write two applications, a client and a server, that communicate with each other.
You can’t perform that action at this time.
0 commit comments