Skip to content
Prompt

hivespace.microservice — Copilot Instructions

by HiveSpaceTeam

AI Summary

Heuristic scoring (no AI key configured).

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to add the "hivespace.microservice — Copilot Instructions" prompt rules to my project.
Repository: https://github.com/HiveSpaceTeam/hivespace.microservice

Please read the repo to find the rules/prompt file, then:
1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type)
2. If there's an existing rules file, merge the new rules in rather than overwriting
3. Confirm what was added

Description

Copilot Instructions for hivespace.microservice

Repository Overview

This repository contains the HiveSpace microservices platform built with .NET 8.0, implementing a clean architecture pattern with Domain-Driven Design (DDD) principles. The solution consists of two main services: a User Service with Identity Server integration and an API Gateway using YARP reverse proxy. Repository Size: Medium-sized solution with ~10 projects Languages: C# (.NET 8.0) Frameworks: ASP.NET Core, Entity Framework Core, Duende IdentityServer, YARP Target Runtime: .NET 8.0 Architecture Pattern: Clean Architecture / Onion Architecture with DDD

Prerequisites

• .NET 8.0 SDK (minimum version 8.0.119) • SQL Server (for User Service database) • Visual Studio 2022 or VS Code with C# extension

Bootstrap Commands

ALWAYS run these commands in order from the repository root: • Restore packages (required before any build): `bash dotnet restore ` • Build solution (builds all projects): `bash dotnet build `

Running the Services

API Gateway (no database dependencies): `bash cd src/HiveSpace.ApiGateway/HiveSpace.YarpApiGateway dotnet run ` • Starts on: https://localhost:5000 • No external dependencies User Service API (requires SQL Server): `bash cd src/HiveSpace.UserService/HiveSpace.UserService.Api dotnet run ` • Starts on: https://localhost:5001 • CRITICAL: Requires SQL Server running on localhost:1433 • Database: UserDb • Default connection string: Server=localhost,1433;Database=UserDb;User Id=sa;Encrypt=False;TrustServerCertificate=True

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Any AI assistant that accepts custom rules or system prompts

Claude
ChatGPT
Cursor
Windsurf
Copilot
+ more