|
||
---|---|---|
docs | ||
src | ||
.gitignore | ||
README.md |
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
-
Map Control is available at http://localhost:3000
-
Redis - Get available keys:
docker exec -it redis redis-cli keys * get [hiveKey]
-
Communication Control Swagger: http://localhost:8080