had issue with docker compose file for running go backend so pls follow the below guide for installation and running the program
key : number ,
value : number
}
key : number
}
step1 : cd LRU_CACHE
step 2 : "cd lru_cache_backend"
step 1 : ".\lru_Cache.exe"
step 1 : "go mod download"
step 2 : "go mod tidy"
step 3 : "go run main.go"
step 1 : "docker build -t lru_cache_backend ."
step 2 : "docker run --pid=host -p 5000:5000 lru_cache_backend"
step 1 : "cd lru_cache_frontend"
step 1 : "npm i"
step 2 : "npm run dev"
step 1: "docker build -t lru_frontend ."
step 2 : "docker run -p 3000:3000 lru_frontend"