{"id":14983572,"url":"https://github.com/fdhhhdjd/node_todo_grpc","last_synced_at":"2025-07-15T21:33:11.361Z","repository":{"id":249941302,"uuid":"833007649","full_name":"fdhhhdjd/Node_Todo_gRPC","owner":"fdhhhdjd","description":"📝 This is code structure Project Simple Node + gRPC.","archived":false,"fork":false,"pushed_at":"2024-08-02T04:02:40.000Z","size":118,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T16:35:15.868Z","etag":null,"topics":["cockroachdb","eventbus","grpc","nodejs","squelizejs","streaming"],"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-07-24T07:12:35.000Z","updated_at":"2024-10-09T16:31:31.000Z","dependencies_parsed_at":"2024-09-24T15:24:37.071Z","dependency_job_id":"68dafcde-323b-4792-bf54-b6c88318395e","html_url":"https://github.com/fdhhhdjd/Node_Todo_gRPC","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"66491ce0be6a4bc431fa93037b30da4083501006"},"previous_names":["fdhhhdjd/node-todo-grpc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FNode_Todo_gRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FNode_Todo_gRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FNode_Todo_gRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FNode_Todo_gRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdhhhdjd","download_url":"https://codeload.github.com/fdhhhdjd/Node_Todo_gRPC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271925,"owners_count":21075800,"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":["cockroachdb","eventbus","grpc","nodejs","squelizejs","streaming"],"created_at":"2024-09-24T14:07:27.282Z","updated_at":"2025-04-10T18:45:09.119Z","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# Description\n## This project simple used in work teacher for class fullstack of teacher.\n\n# Structure \n\n```\n.dockerignore          # Docker ignore file\n.editorconfig          # Editor configuration file\n.env                   # Environment variables file\n.env.example           # Example environment variables file\n.gitignore             # Git ignore file\n.husky/                # Husky configuration directory\n.vscode/               # Visual Studio Code configuration directory\n    settings.json      # VSCode settings file\ncombined.log           # Combined log file\ncommitlint.config.js   # Commit lint configuration file\ndocker/                # Docker configuration directory\n    dev/               # Development Docker configuration\ndocker-compose.dev.yml # Docker Compose configuration for development\ndocs/                  # Documentation directory\n    REDIS.md           # Redis documentation\njsconfig.json          # JavaScript configuration file\nmakefile               # Makefile for build automation\npackage.json           # NPM package configuration file\nREADME.md              # Project README file\nserver.js              # Main server file\nsrc/                   # Source code directory\n    app/               # Application code\n        v1/            # Version 1 of the application\n            models/       # Data models\n                orm/      # ORM (Object-Relational Mapping) files\n            services/     # Service layer\n            controllers/  # Controllers\n    configs/           # Configuration files\n    constants/         # Constants used in the project\n    cors/              # CORS (Cross-Origin Resource Sharing) configuration\n    globals/           # Global variables and configurations\n    grpc/              # gRPC (Google Remote Procedure Call) related files\n    helpers/           # Helper functions and utilities\n    inits/             # Initialization scripts\n    loggers/           # Logging utilities\n    middlewares/       # Middleware functions\n    protos/            # Protocol buffer files\n    tests/             # Test files\n    utils/             # Utility functions\n    views/             # View templates\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%2Fnode_todo_grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdhhhdjd%2Fnode_todo_grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdhhhdjd%2Fnode_todo_grpc/lists"}