Go to file
Даниил Соколов-Рудаков 9f6c1f5135 HiveMind PoC + P1, P3 fixes 2025-02-16 20:15:22 +00:00
docs added docs 2025-02-13 14:05:08 +02:00
src HiveMind PoC + P1, P3 fixes 2025-02-16 20:15:22 +00:00
.gitignore HiveMind PoC + P1, P3 fixes 2025-02-16 20:15:22 +00:00
README.md Init commit 2025-02-13 13:52:02 +02:00

README.md

Hive Emulator

About

This is a demo project used in the Uni DevOps course

Installation

Run Redis

docker run --name redis -d -p 6379:6379 redis

Map Component

cd src/MapClient

npm install

npm run dev

Communiction Control

cd src/CommunicationControl

dotnet build  DevOpsProject/

Usage

  1. Map Control is available at http://localhost:3000

  2. Redis - Get available keys:

         docker exec -it redis redis-cli
         keys *
         get [hiveKey]
    
  3. Communication Control Swagger: http://localhost:8080