- A basic implementation of a key value store with caching and file system.
- Client Library for easier access to API
- Memory first cache design
- Install dependencies by running "yarn setup"
- Start server by running "yarn start"
- Run in dev mode by running "yarn dev"