me-diru / KVService

A simple KV (key-value) store web service with a subscription feature with CLI to interact with it seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KVService

A simple KV (key-value) store web service with a subscription feature with CLI to interact with it seamlessly.

Installation

  • Tried with python version 3.9.5 in MacOS

  • create and hop in a vitual environment python3 -m venv venv source venv/bin/avtive

  • Install all packages needed using pip3 install -r requirements.txt

  • Now that you have all the packages installed, go to the following places and run the project

If interested, you can check out my thought process in a seperate markdown file

About

A simple KV (key-value) store web service with a subscription feature with CLI to interact with it seamlessly.


Languages

Language:Python 99.6%Language:Shell 0.4%