Skip to main content
ClaudeWave
Laraue avatar
Laraue

Laraue.Apps.Boards

Ver en GitHub

Laraue Boards backend

ToolsRegistry oficial0 estrellas0 forksC#Actualizado today
ClaudeWave Trust Score
65/100
· OK
Passed
  • Actively maintained (<30d)
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/24/2026
Get started
Method: Clone
Terminal
git clone https://github.com/Laraue/Laraue.Apps.Boards
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Casos de uso

Resumen de Tools

# Laraue.Apps.Boards
The repository contains backend for Task-management Jira-like system.

## Interface example
<img width="1339" height="1102" alt="image" src="https://github.com/user-attachments/assets/815691a0-fac8-4e40-8bb7-4efa4f28d0bd" />

## App structure

### Laraue.Apps.Boards.DataAccess
The layer that contains models and enums associated with these models

### Laraue.Apps.Boards.Services
The layer with services that use other services. Required to encapsulate hard logic mostly in CRD operations.  
Example: issue creation may update `updated_at` property, add record to history changes etc.  
So the service provides the method to create issue.

**Note:** core services should not manage transactions, but may require them calling `context.Database.EnsureTransaction`
at the top of function.

### Laraue.Apps.Boards.WebApiServices
Services to call from WebApi

### Laraue.Apps.Boards.TelegramServices
Services to call from TelegramApi

## Local run
Check how to deal with the frontend in [Frontend Repository](https://github.com/win7user10/laraue-note-to-board)

Each host reads its own `appsettings.Development.json` (gitignored, not the checked-in
`appsettings.json`) for local overrides. A minimal one for `Laraue.Apps.Boards.WebApiHost` that
runs against a local Postgres with no Identity/Billing dependencies (AI summarization still
defaults to a local Ollama instance - see below):
```json
{
  "Auth": {
    "Key": "any-local-signing-key"
  },
  "MockExternalServices": true
}
```
`Laraue.Apps.Boards.TelegramHost`'s only needs the `MockExternalServices` line (it has its own
`Telegram:Token` to set instead of `Auth:Key`). See the subsections below for what each setting
does and how to point at a real AI/Identity/Billing instance instead.

### AI content summarization (local dev)
`appsettings.json`'s `AiSummarizer` section defaults to a local [Ollama](https://ollama.com/)
instance, since Ollama exposes an OpenAI-compatible `/v1/chat/completions` endpoint and the
summarizer talks to any OpenAI-compatible API. Install Ollama, then pull the model referenced
in config:
```
ollama pull gemma3:12b
```
Ollama serves on `http://localhost:11434` by default once installed. On prod, override
`AiSummarizer:BaseUrl`/`AiSummarizer:Model`/`AiSummarizer:ApiKey` to point at a real provider
(e.g. DeepSeek) instead.

### Running without Identity/Billing

Boards calls out to two other services over gRPC: `Laraue.Apps.Identity` (global user identity on
first login) and `Laraue.Apps.Billing` (AI token spend/subscription limits). Neither has to be
running locally - both hosts' `appsettings.Development.json` set `"MockExternalServices": true`,
which swaps in in-process fakes for these calls (always succeeds, generous fixed limits, no
network traffic) instead of the real gRPC clients. Set it back to `false` if you actually want to
exercise a locally-running Identity/Billing instance.

### Create a new user for Test
`POST: http://localhost:5200/api/test/user`
```json
{
    "username": "winDiezel",
    "languageCode": "ru",
    "firstName": null,
    "lastName": null
}
```

### Auth as user on Test
Make a request GET `http://localhost:5200/api/test/user/{userId}` to receive a bearer token.  
Set it in frontend `.env` file:
```
NUXT_PUBLIC_TEST_USER_TOKEN=Taken_Token
```

## Permissions arch
Application permissions are divided into two parts:
1. Entity permissions. Allows to set up access to organization spaces, epics, issues
    1. Organization level. Make set for all entities in one time.
    2. Flexible setup for each space separately. Can be combined with organization level.
2. Administrative permissions. They allow to set up access for administrative actions like renaming organization.
jira-alternativekanban-boardtask-manager

Lo que la gente pregunta sobre Laraue.Apps.Boards

¿Qué es Laraue/Laraue.Apps.Boards?

+

Laraue/Laraue.Apps.Boards es tools para el ecosistema de Claude AI. Laraue Boards backend Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-24.

¿Cómo se instala Laraue.Apps.Boards?

+

Puedes instalar Laraue.Apps.Boards clonando el repositorio (https://github.com/Laraue/Laraue.Apps.Boards) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Laraue/Laraue.Apps.Boards?

+

Nuestro agente de seguridad ha analizado Laraue/Laraue.Apps.Boards y le ha asignado un Trust Score de 65/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Laraue/Laraue.Apps.Boards?

+

Laraue/Laraue.Apps.Boards es mantenido por Laraue. La última actividad registrada en GitHub es del 2026-09-24, con 0 issues abiertos.

¿Hay alternativas a Laraue.Apps.Boards?

+

Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.

Despliega Laraue.Apps.Boards en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Laraue/Laraue.Apps.Boards
[![Featured on ClaudeWave](https://claudewave.com/api/badge/laraue-laraue-apps-boards)](https://claudewave.com/repo/laraue-laraue-apps-boards)
<a href="https://claudewave.com/repo/laraue-laraue-apps-boards"><img src="https://claudewave.com/api/badge/laraue-laraue-apps-boards" alt="Featured on ClaudeWave: Laraue/Laraue.Apps.Boards" width="320" height="64" /></a>

Más Tools

Alternativas a Laraue.Apps.Boards