/my_cache

A cache interface built with React and Go

Primary LanguageGoApache License 2.0Apache-2.0

My Cache

A cache interface built with React and Go

Just type the key and value on the "Set" input and submit to set a key-value pair.

Then type the name of the key on the "Get" input to get the value back.

Running with Docker Compose:

docker-compose up

The application can be reached at http://localhost:8002