gohorsejobs/docs/README.md
root e1c61289af feat(config): Add MCP JSON bootstrap and unify docs
Enable backend fallback to MCP JSON for database connection when DATABASE_URL is absent.\nAdd credentials bootstrap support from JSON for cloud/external services.\n\nConsolidate documentation with MCP integration guide and unified status.\nUpdate backlog to move video interviews endpoint out of current sprint.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 20:39:16 +01:00

2.8 KiB

📚 Project Documentation - GoHorseJobs

Welcome to the central documentation hub for GoHorseJobs. This repository contains the collective knowledge, architecture decisions, and operational guides for our B2B SaaS recruitment platform.


🧭 Navigation & Index

Choose a specific domain below to dive deep into our technical implementation and guides.

🤖 1. AI & Developer Directives

🏗️ 2. High-Level Architecture

🔌 3. Application Interfaces (APIs)

🫂 4. Operations & Testing


🚀 Quick Launch (Dev)

If you are a new developer or setting up the environment post-clone, rely on our interactive script:

cd /path/to/gohorsejobs
./start.sh

Options overview:

  • 1: General Start (Frontend + Backend)
  • 2: Fresh Start (Reset Postgres Data -> Run Migrations -> Seed Core Data -> Start)
  • 3: God Mode (Frontend + Backend + Backoffice)

🚨 Final Notice

Do NOT alter base configuration settings (such as encryption secrets, or Kubernetes k3s/k8s manifests) unless explicitly guided by the Lead Engineer or following the strict protocols in .agent/rules.md.