Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@
![CI](https://github.com/coolert/task-manager/actions/workflows/ci.yml/badge.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)

A collaborative task & project management backend built with Laravel 12,
featuring clean architecture, strict typing, full test coverage, and modern
engineering practices such as CI/CD automation, RabbitMQ-based messaging,
and a robust RBAC authentication system.
A collaborative task & project management backend built with Laravel 12, featuring clean architecture, strict typing, full test coverage, and modern engineering practices such as CI/CD automation, RabbitMQ-based messaging, and a robust RBAC authentication system.

---

## Table of Contents
- [Features Overview](#-features-overview)
- [Tech Highlights](#-tech-highlights)
- [Setup & Quick Start](#-setup--quick-start)
- [Auth & Permissions (Overview)](#-auth--permissions-overview)
- [Domain Models](#-domain-models)
- [API Documentation](#-api-documentation)
- [Testing](#-testing)
- [CI/CD](#-cicd)
- [Deployment (Overview)](#-deployment-overview)
- [Health Check](#-health-check)
- [Message Pipeline (RabbitMQ)](#-message-pipeline-rabbitmq)
- [Design Decisions](#-design-decisions)
- [License](#license)

---

Expand Down Expand Up @@ -217,6 +231,8 @@ A lightweight endpoint used for uptime monitoring and deployment verification:

`GET /api/health → { "status": "ok", "timestamp": "..." }`

---

## 🔄 Message Pipeline (RabbitMQ)

This project implements a production-grade message pipeline:
Expand Down