git clone --recurse-submodules https://github.com/thisarasamuditha/iwb210-hashmap
Docker is required to run this applicaion.
Use Google Cloud Shell (docker pre-installed) to run this on cloud
cd iwb210-hashmap
docker compose up --build
When composing, after the images are built it might take 1-2 minutes for the containers to be fully awake.
visit localhost:4000 to access the web app
webapp is not mobile responsive
docker compose down
build backend seperately
docker build backend
then run;
docker compose up