added readme for Hive Mind

This commit is contained in:
Kirill Zotkin 2025-02-16 23:11:57 +02:00
parent b0d39f6f03
commit 78eda5f350
1 changed files with 19 additions and 2 deletions

View File

@ -1,11 +1,20 @@
# Hive Emulator
- [Hive Emulator](#hive-emulator)
- [About](#about)
- [Installation](#installation)
- [Redis](#redis)
- [Map Component](#map-component)
- [Communiction Control](#communiction-control)
- [Hive Mind](#hive-mind)
- [Usage](#usage)
## About
This is a demo project used in the Uni DevOps course
## Installation
### Run Redis
### Redis
```bash
docker run --name redis -d -p 6379:6379 redis
```
@ -23,9 +32,17 @@ npm run dev
```bash
cd src/CommunicationControl
dotnet build DevOpsProject/
dotnet run --project DevOpsProject/DevOpsProject.CommunicationControl.API.csproj
```
### Hive Mind
```bash
cd src/CommunicationControl
dotnet run --project DevOpsProject/DevOpsProject.HiveMind.API.csproj
```
## Usage
1. Map Control is available at http://localhost:3000