Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 702 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 702 Bytes

Cluster Imager

A distributed image processing system using Go and Kubernetes

Getting Started

Ensure you have Docker installed. To run the server, follow these steps:

  1. Clone the repository.
git clone https://github.com/mohammed-ysn/cluster-imager.git
  1. Change to the project directory.
cd cluster-imager/
  1. Build the Docker image.
docker build -t cluster-imager-img .
  1. Run the Docker container.
docker run -p 8080:8080 cluster-imager-img

The server should now be running on localhost:8080.

Usage

Endpoints

Examples