# README
in_memory_key_value_db
Simple in memory key-value database implementation on golang.
How to build:
- Just run make build_client, make build_server
- App will be built to the project root directory, using config.yaml in the root directory
How to run tests:
- Run make test
- All app tests will be run with coverage
# Packages
No description provided by the author
No description provided by the author
No description provided by the author