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.sh
You 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 prune
bash bash_scripts/k8s-deployment.sh
bash bash_scripts/k8s-test.sh
You can now run by going on http://localhost:45287