Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DemianKost/taskforge-microservices

Repository files navigation

Taskforge - Kanban managment platform built with microservice architecture

Here is list of all microservices that with different responsibilities:

- api-gateway - single point of entry for client/front-end
- user-service - user accounts, authorization, JWT tokens, all stuff related to this is here
- board-service - domain for kanban, boards data is saved here
- activity-service - all activity logs are being processed in this microservice
- notification-service - real-time notifications with WebSocket

In case of rebuild docker service, use it:

$ docker-compose up --build -d user-service

And to access any micro-service container, use it:

$ docker-compose exec user-service php artisan route:list

About

Kanban managment platform built with microservice architecture based on Laravel, RabbitMQ, Redis, Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /