/imgstore

A sample application that stores images in an RDB.

Primary LanguageKotlinThe UnlicenseUnlicense

imgstore

A sample application that stores images in an RDB.

Deployment

  1. Build the Docker image for the backend application.
$ cd ./imgstore-backend && ./gradlew bootBuildImage
  1. Build the Docker image for the frontend application.
$ cd ./imgstore-frontend && docker build . -t imgstore-frontend
  1. Apply kubernetes manifest files.
$ kubectl apply -f k8s/mysql-manifest.yaml
$ kubectl apply -f k8s/backend-manifest.yaml
$ kubectl apply -f k8s/frontend-manifest.yaml
  1. Access from your browser, http://localhost.

Screenshot

application screenshot