System marking images by user code.
System contains 5 containers:
Web client in ReactJS technology with features:
- Register user.
- Upload new image.
- Download marked image.
MongoDB with 2 collections:
- Registered users
- Uploaded images
Ktor service communicating other services with database by private-API.
Ktor service registering users and assign to them special code.
Ktor service marking images by users private code.
docker compose up



