{"id":15083681,"url":"https://github.com/ngocphuphamm/todo","last_synced_at":"2026-02-01T06:32:22.192Z","repository":{"id":235706710,"uuid":"614347527","full_name":"ngocphuphamm/todo","owner":"ngocphuphamm","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-29T04:47:25.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T21:45:01.393Z","etag":null,"topics":["cicd","docker","jenkins","jenkins-pipeline","mysql","nestjs","nodejs","redis","restfull-api","typeorm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ngocphuphamm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-03-15T12:06:53.000Z","updated_at":"2023-04-16T15:21:05.000Z","dependencies_parsed_at":"2024-04-24T10:21:55.405Z","dependency_job_id":"3dde40db-b901-4007-9339-e18f7df433ac","html_url":"https://github.com/ngocphuphamm/todo","commit_stats":null,"previous_names":["ngocphuphamm/todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ngocphuphamm/todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngocphuphamm%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngocphuphamm%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngocphuphamm%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngocphuphamm%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngocphuphamm","download_url":"https://codeload.github.com/ngocphuphamm/todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngocphuphamm%2Ftodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28970540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T05:48:53.985Z","status":"ssl_error","status_checked_at":"2026-02-01T05:47:55.855Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cicd","docker","jenkins","jenkins-pipeline","mysql","nestjs","nodejs","redis","restfull-api","typeorm"],"created_at":"2024-09-25T06:30:55.969Z","updated_at":"2026-02-01T06:32:22.178Z","avatar_url":"https://github.com/ngocphuphamm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To Do List\n## Requirement\n- API KEY : ApiKeyGCMUDiuY5a7WvyUNt9n3QztToSHzK7Uj\n## Database\n### MySql\n![335956412_886576025760498_5589930675801656828_n](https://user-images.githubusercontent.com/87811387/224975091-cafffcaa-bda7-4a35-a36b-29663fbd4314.png)\n\n![336019315_2333863846795026_6530746572192490288_n](https://user-images.githubusercontent.com/87811387/224975100-055f38cb-17b5-4239-88c7-c0b1f729245e.png)\n\n\n### Redis\n![336209303_594737415581906_8434204677259970474_n](https://user-images.githubusercontent.com/87811387/224975905-bada3c66-41c6-4426-97f9-9015e56beca1.png)\n\n\n### CI/CD JENKINS\n![image](https://user-images.githubusercontent.com/87811387/228428871-ac9cb9fa-f180-4123-8cce-9837125553a5.png)\n![image](https://user-images.githubusercontent.com/87811387/228428956-3d720320-f7dd-4e80-9dda-8c594c7633b1.png)\n![image](https://user-images.githubusercontent.com/87811387/228429018-253194fe-ffe5-48fe-9f0f-bc1897e232e7.png)\n![image](https://user-images.githubusercontent.com/87811387/228429074-aebc6cda-5473-4e23-8e89-2686017f890b.png)\n![image](https://user-images.githubusercontent.com/87811387/228429163-f591bac8-f9a0-4d80-80bb-fd32c70fdf2b.png)\n\n\n\n### Structure \n```\n.\n├── common\n│   ├── apiResponse\n│   │   ├── coreResponse.ts\n│   │   ├── index.ts\n│   │   ├── messageApiResponse.ts\n│   │   └── modelApiResponse.ts\n│   ├── code\n│   │   └── index.ts\n│   ├── constants\n│   │   ├── apiKey.ts\n│   │   ├── pagination.ts\n│   │   └── redis.ts\n│   ├── exception\n│   │   └── index.ts\n│   ├── repositoryOptions\n│   │   └── index.ts\n│   ├── types\n│   │   └── index.ts\n│   └── utils\n│       ├── assert.ts\n│       ├── customRepository.util.ts\n│       └── helper.ts\n├── config\n│   ├── api.config.ts\n│   ├── index.ts\n│   ├── jwt.config.ts\n│   ├── rateLimiter.config.ts\n│   ├── redis.config.ts\n│   └── typeOrm.config.ts\n├── decorators\n│   ├── httpUser.ts\n│   └── validator\n│       ├── index.ts\n│       ├── isBefore.ts\n│       └── isEnumValue.ts\n├── enums\n│   ├── apiKey.enum.ts\n│   └── todo.enum.ts\n├── exceptionFilter\n│   ├── httpExceptionFilter.ts\n│   └── index.ts\n├── guard\n│   ├── apiKey.guard.ts\n│   ├── index.ts\n│   ├── jwtAccessToken.guard.ts\n│   ├── jwtRefreshToken.guard.ts\n│   └── local.guard.ts\n├── interceptors\n│   ├── httpLoggingInterceptor.ts\n│   └── index.ts\n├── loaders\n│   ├── moduleLoad\n│   │   ├── infrastructure.module.ts\n│   │   ├── root.module.ts\n│   │   └── service.module.ts\n│   └── server.ts\n├── main.ts\n├── modules\n│   ├── auth\n│   │   ├── auth.controller.ts\n│   │   ├── auth.module.ts\n│   │   ├── auth.service.ts\n│   │   ├── documentation\n│   │   │   ├── model\n│   │   │   │   ├── accessToken.model.ts\n│   │   │   │   ├── index.ts\n│   │   │   │   ├── token.model.ts\n│   │   │   │   └── user.model.ts\n│   │   │   ├── request\n│   │   │   │   ├── index.ts\n│   │   │   │   └── login.request.ts\n│   │   │   └── response\n│   │   │       ├── accessToken.response.ts\n│   │   │       ├── index.ts\n│   │   │       ├── logout.response.ts\n│   │   │       ├── register.response.ts\n│   │   │       └── token.response.ts\n│   │   ├── dtos\n│   │   │   ├── createUser.dto.ts\n│   │   │   ├── index.ts\n│   │   │   └── refreshToken.dto.ts\n│   │   ├── entities\n│   │   │   ├── apiKey.entity.ts\n│   │   │   ├── index.ts\n│   │   │   └── user.entity.ts\n│   │   ├── interfaces\n│   │   │   ├── payloads\n│   │   │   │   ├── jwt.payload.ts\n│   │   │   │   └── user.payload.ts\n│   │   │   ├── requests\n│   │   │   │   └── requestUser.request.ts\n│   │   │   └── responses\n│   │   │       └── reponseLogout.response.ts\n│   │   ├── passport\n│   │   │   ├── apiKey.strategy.ts\n│   │   │   ├── index.ts\n│   │   │   ├── jwtAccessToken.strategy.ts\n│   │   │   ├── jwtRefreshToken.strategy.ts\n│   │   │   └── local.strategy.ts\n│   │   └── repository\n│   │       ├── apiKey.repository.ts\n│   │       ├── index.ts\n│   │       └── user.repository.ts\n│   └── todos\n│       ├── documentation\n│       │   ├── model\n│       │   │   ├── index.ts\n│       │   │   ├── listToDoPagination.model.ts\n│       │   │   ├── pagination.model.ts\n│       │   │   └── todo.model.ts\n│       │   └── response\n│       │       ├── index.ts\n│       │       ├── listTodoPagination.response.ts\n│       │       └── todo.response.ts\n│       ├── dto\n│       │   ├── index.ts\n│       │   ├── paginationParam.dto.ts\n│       │   └── todo.dto.ts\n│       ├── entities\n│       │   ├── index.ts\n│       │   └── todo.entity.ts\n│       ├── interface\n│       │   ├── payload\n│       │   │   └── updateTodo.payload.ts\n│       │   └── response\n│       │       └── TodoListPagination.ts\n│       ├── repository\n│       │   ├── index.ts\n│       │   └── todo.repository.ts\n│       ├── todos.controller.spec.ts\n│       ├── todos.controller.ts\n│       ├── todos.module.ts\n│       ├── todos.service.spec.ts\n│       └── todos.service.ts\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngocphuphamm%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngocphuphamm%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngocphuphamm%2Ftodo/lists"}