https://github.com/bersen66/stegozavr
Steganographic API using userver framework
https://github.com/bersen66/stegozavr
asynchronous-programming cpp multithreading userver
Last synced: 18 days ago
JSON representation
Steganographic API using userver framework
- Host: GitHub
- URL: https://github.com/bersen66/stegozavr
- Owner: bersen66
- Created: 2023-02-24T07:34:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T14:04:39.000Z (over 3 years ago)
- Last Synced: 2025-04-29T22:37:18.447Z (about 1 year ago)
- Topics: asynchronous-programming, cpp, multithreading, userver
- Language: C++
- Homepage:
- Size: 32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stegozavr.
* Implementation of steganographic API using ```C++```
and [userver-framework](https://userver.tech/).
## Installation
To build service from sources you have to install conan and cmake.
```
$ pip install conan==1.55.0
$ pip install cmake
```
### DB-setup
* You have to specify DB-connection before running
service. [See how](configs/README.md).
### HOW TO RUN SERVICE:
* ```make build-release``` - to build service in release mode.
* ```make run-release``` - to run build and run service in release mode.
* ```make run-tests``` - to build project and run unit-tests
### Generate documentation:
* ```$ doxygen``` - in this folder.