A webserver app that allows you to add, delete, edit, and view Kpop albums in your collection. Uses Go, Fiber web framework, and MongoDB.
go run ../bash_scripts/docker-build-run.shYou can now test by going on http://localhost:3000
This must be done so that when kubernetes deployment is run, there won't be port conflicts
docker kill $(docker ps -q --filter ancestor=thomas3212/go-client-server)
docker container prunebash bash_scripts/k8s-deployment.shbash bash_scripts/k8s-test.shYou can now run by going on http://localhost:45287

