Skip to content

This repository contains a real-world project management system built with ASP.NET Core microservices architecture.

Notifications You must be signed in to change notification settings

Clifftech123/task-management-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealWorld Project Management System (Microservices Architecture)

This repository contains a real-world project management system built with ASP.NET Core microservices architecture. The system allows users to manage projects and tasks with advanced features like authentication, authorization, and filtering by tags. The project demonstrates how to design, implement, and integrate microservices using cutting-edge tools and technologies.

Key Features

  • Microservices Architecture: Each service handles a distinct domain—UserService, TaskService, and ProjectService.
  • YARP API Gateway: Central gateway for routing and load balancing, securing microservices with JWT tokens.
  • gRPC Communication: Internal service-to-service communication using gRPC for high performance.
  • Authentication & Authorization: User management and token issuance using Microsoft.AspNetCore.Identity and JWT authentication.
  • MassTransit & RabbitMQ: Event-driven communication and message queuing between services.
  • Serilog & Seq: Centralized logging and structured log management.
  • dotnet aspire: Streamlined deployment and orchestration of services.

Technologies

  • ASP.NET Core (Microservices, gRPC, Identity)
  • MassTransit (for RabbitMQ integration)
  • YARP (API Gateway)
  • gRPC (for internal communication)
  • JWT (Authentication and Authorization)
  • dotnet aspire (Containerization and orchestration)
  • Serilog & Seq (Logging)

Learning Objectives

This project is designed to help developers learn about:

  • Designing and building microservices with ASP.NET Core.
  • Integrating RabbitMQ for event-driven communication.
  • Using gRPC for efficient service-to-service communication.
  • Implementing security across microservices with JWT and YARP.
  • Deploying and orchestrating microservices with dotnet aspire.

About

This repository contains a real-world project management system built with ASP.NET Core microservices architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages