Skip to content

mohammed-ysn/cluster-imager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A distributed image processing system using Go and Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published