/key-value-store

A key value store written in Python for Bitex interview assignment.

Primary LanguagePython

Bitex Internship Assignment

How to run

docker-compose up

APIS

To see list of apis you can visit this url.

Client

First run this command:

cp .env.example .env

Then you can use these commands:

python client.py set "key" "value"
python client.py get "key"
python client.py history "key"