This project implements a simple key-value store HTTP server in Go.
- Set key-value pairs
- Get value by key
- Delete key-value pairs
- Initialize with sample data
- Show all stored key-value pairs
-
Clone the repository:
git clone [email protected]:Rahul1804/kvstore.git cd kvstore
-
Install dependencies:
go mod tidy
-
Build the project:
go build ./cmd/kvstore
-
Run the server:
./kvstore