Janus is a mini key-value db prototype that allows you to perform CRUD operations to store key-value pairs, with the use of a simple command-line interface(cli)
-
Clone the repo
git clone https://github.com/Gaborade/Janus.git
-
Start db server with debug mode off
python3 server.py
or with debug mode on
python3 server.py --debug
-
Start cli in a separate terminal
python3 cli.py
Not complete, many iterations to go
