## Overview
Lightweight wrapper around LevelDB basic operations using HTTP endpoints.
Framework chosen for this is fastapi due to its excellent performance.
## TODO
- Implement authentication
- Implement other types than string values
- Implement other advanced features provided by the underlying LevelDB API