Skip to content

ExaggeratedRumors/image-marking-system

Repository files navigation

Image Marking System

Android support Android support

logo

System marking images by user code.

Diagram

diagram

Architecture

System contains 5 containers:

system-client

Web client in ReactJS technology with features:

  • Register user.
  • Upload new image.
  • Download marked image.

system-database

MongoDB with 2 collections:

  • Registered users
  • Uploaded images

system-storage

Ktor service communicating other services with database by private-API.

user-register

Ktor service registering users and assign to them special code.

image-marker

Ktor service marking images by users private code.

Build docker containers

docker compose up

Preview

preview1

preview2

About

Ktor-based system for marking images by private key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published