---
title: "Full bộ source code Golang: Simple Task Microservices"
description: "Từ source code đến Docker containerize, CI/CD Github Actions và monitoring Grafana"
canonical: "https://200lab.io/blog/full-bo-source-code-simple-task-microservices"
published: "2024-10-02T07:03:06Z"
updated: "2026-08-21T07:17:49Z"
authors: ["Việt Trần"]
tags: ["Tài Liệu", "Backend", "DevOps", "Showcase"]
reading_minutes: 1
access: "public"
---

Trong phần Demo này, **200Lab** sử dụng một hệ thống rất đơn giản, quen thuộc với đại đa số Developer; TODO List. Hệ thống bao gồm:

- **Microservices (Go)**: Task, User, Authentication/Authorization
- **API Gateway**: Tyk
- **Database**: MySQL
- **Website**: React + Vite
- **Protocol**: HTTP Restful & gRPC
- **Monitoring**: Prometheus + Grafana
