Skip to content

Rahul1804/kvstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key-Value Store (kvstore) Project

This project implements a simple key-value store HTTP server in Go.

Features

  • Set key-value pairs
  • Get value by key
  • Delete key-value pairs
  • Initialize with sample data
  • Show all stored key-value pairs

Installation

  1. Clone the repository:

    git clone [email protected]:Rahul1804/kvstore.git
    cd kvstore
  2. Install dependencies:

    go mod tidy
  3. Build the project:

    go build ./cmd/kvstore
  4. Run the server:

    ./kvstore

About

key value data store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages