{"id":21083456,"url":"https://github.com/fdhhhdjd/ddd-order-ticket","last_synced_at":"2025-04-12T23:13:04.188Z","repository":{"id":262552871,"uuid":"887634387","full_name":"fdhhhdjd/DDD-Order-Ticket","owner":"fdhhhdjd","description":"🎫 This is project coding simple Domain-Driven Design ","archived":false,"fork":false,"pushed_at":"2024-12-01T06:48:37.000Z","size":117,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T23:12:53.934Z","etag":null,"topics":["ddd-patterns","node-js","postgresql"],"latest_commit_sha":null,"homepage":"https://profile-forme.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fdhhhdjd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["fdhhhdjd"],"patreon":"user?u=65668237","open_collective":null,"ko_fi":"tientainguyen","tidelift":null,"community_bridge":null,"liberapay":"nguyentientai","issuehunt":null,"otechie":null,"custom":"https://profile-forme.com"}},"created_at":"2024-11-13T02:36:20.000Z","updated_at":"2024-12-01T06:48:41.000Z","dependencies_parsed_at":"2024-11-13T03:31:00.432Z","dependency_job_id":"f5fdb75e-e2f2-4af3-ae69-03dc432d530e","html_url":"https://github.com/fdhhhdjd/DDD-Order-Ticket","commit_stats":null,"previous_names":["fdhhhdjd/ddd-order-ticket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FDDD-Order-Ticket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FDDD-Order-Ticket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FDDD-Order-Ticket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FDDD-Order-Ticket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdhhhdjd","download_url":"https://codeload.github.com/fdhhhdjd/DDD-Order-Ticket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643006,"owners_count":21138355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddd-patterns","node-js","postgresql"],"created_at":"2024-11-19T20:18:14.843Z","updated_at":"2025-04-12T23:13:04.150Z","avatar_url":"https://github.com/fdhhhdjd.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fdhhhdjd","https://patreon.com/user?u=65668237","https://ko-fi.com/tientainguyen","https://liberapay.com/nguyentientai","https://profile-forme.com"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://profile-forme.com\" target=\"_blank\"\u003e\u003cimg src=\"https://res.cloudinary.com/ecommerce2021/image/upload/v1659065987/avatar/logo_begsn1.png\" width=\"300\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/tai-nguyen-tien-787545213/\"\u003e\u003cimg src=\"https://img.icons8.com/color/48/000000/linkedin-circled--v1.png\" alt=\"Linkedin\"\u003e\u003c/a\u003e\n\u003ca href=\"https://profile-forme.surge.sh\"\u003e\u003cimg src=\"https://img.icons8.com/color/48/000000/internet--v1.png\" alt=\"Profile\"\u003e\u003c/a\u003e\n\u003ca href=\"tel:0798805741\"\u003e\u003cimg src=\"https://img.icons8.com/color/48/000000/apple-phone.png\" alt=\"Phone\"\u003e\u003c/a\u003e\n\u003ca href = \"mailto:nguyentientai10@gmail.com\"\u003e\u003cimg src=\"https://img.icons8.com/fluency/48/000000/send-mass-email.png\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## This is project coding simple Domain-Driven Design\n\n# DDD (Domain-Driven Design)\n\n![DDD](./docs/assets/ddd_layers.png)\n\n# Structure\n\n## Vietnamese 🇻🇳\n\n```\nsrc/\n├── domain/                   # Logic và quy tắc nghiệp vụ\n│   ├── entities/             # Các thực thể nghiệp vụ (User, Ticket, ...)\n│   ├── repositories/         # Các giao diện truy cập dữ liệu\n│   └── services/             # Các dịch vụ nghiệp vụ\n│\n├── application/              # Xử lý ứng dụng, quản lý các trường hợp sử dụng\n│   └── use-cases/            # Các trường hợp sử dụng cụ thể của hệ thống\n│\n├── infrastructure/           # Các thành phần hỗ trợ và kết nối\n│   ├── database/             # Kết nối và cấu hình cơ sở dữ liệu\n│   └── repositories/         # Các triển khai cụ thể của repositories\n│\n├── interfaces/               # Lớp giao diện, API cho người dùng hoặc hệ thống\n│   ├── controllers/          # Các bộ điều khiển logic để xử lý yêu cầu\n│   ├── routes/               # Các tuyến API\n│   └── middlewares/          # Middleware (xác thực, ghi nhật ký, ...)\n│\n├── shared/                   # Các tài nguyên dùng chung\n│   └── constants/            # Các hằng số dùng chung\n|   └── .../                  # Còn rất nhiều\n│\n└── server.js                 # Tệp khởi động ứng dụng chính\n```\n\n## English 🇬🇧\n\n```\nsrc/\n├── domain/                   # Business logic and rules\n│   ├── entities/             # Business entities (User, Ticket, ...)\n│   ├── repositories/         # Interfaces for data access\n│   └── services/             # Business services\n│\n├── application/              # Application processing, managing use cases\n│   └── use-cases/            # Specific use cases of the system\n│\n├── infrastructure/           # Supporting components and connections\n│   ├── database/             # Database connections and configurations\n│   └── repositories/         # Concrete implementations of repositories\n│\n├── interfaces/               # Interface layer, API for users or systems\n│   ├── controllers/          # Logic controllers for handling requests\n│   ├── routes/               # API routes\n│   └── middlewares/          # Middleware (auth, logging, ...)\n│\n├── shared/                   # Shared resources\n│   └── constants/            # Shared constants\n|   └── .../                  # Still remaining many folder shared\n│\n└── server.js                 # Main application startup file\n```\n\n## Tài Khoản Donate li Cf để có động lực code cho anh em tham khảo 😄😄\n\n![giphy](https://3.bp.blogspot.com/-SzGvXn2sTmw/V6k-90GH3ZI/AAAAAAAAIsk/Q678Pil-0kITLPa3fD--JkNdnJVKi_BygCLcB/s1600/cf10-fbc08%2B%25281%2529.gif)\n\n## Mk: NGUYEN TIEN TAI\n\n## STK: 1651002972052\n\n## Chi Nhánh: NGAN HANG TMCP AN BINH (ABBANK)\n\n## SUPORT CONTACT: [https://profile-forme.com](https://profile-forme.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdhhhdjd%2Fddd-order-ticket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdhhhdjd%2Fddd-order-ticket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdhhhdjd%2Fddd-order-ticket/lists"}