https://github.com/hardyyb2/key-value-store
https://github.com/hardyyb2/key-value-store
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardyyb2/key-value-store
- Owner: hardyyb2
- Created: 2020-12-27T05:42:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T14:25:01.000Z (over 5 years ago)
- Last Synced: 2025-01-09T10:18:32.181Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Key-Value-Store
## Summary
- A basic implementation of a key value store with caching and file system.
- Client Library for easier access to API
- Memory first cache design
## Start
- Install dependencies by running "yarn setup"
- Start server by running "yarn start"
- Run in dev mode by running "yarn dev"