{"id":21726102,"url":"https://github.com/dunghenry/ci_cd_node","last_synced_at":"2026-04-20T05:03:55.706Z","repository":{"id":62876150,"uuid":"563240076","full_name":"dunghenry/ci_cd_node","owner":"dunghenry","description":"CI + CD nodejs","archived":false,"fork":false,"pushed_at":"2022-11-08T08:37:11.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T19:29:33.399Z","etag":null,"topics":["cd","ci","expreesjs","heroku-deployment","unit-testing"],"latest_commit_sha":null,"homepage":"","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/dunghenry.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}},"created_at":"2022-11-08T07:44:19.000Z","updated_at":"2022-11-08T08:40:45.000Z","dependencies_parsed_at":"2022-11-08T09:00:39.278Z","dependency_job_id":null,"html_url":"https://github.com/dunghenry/ci_cd_node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunghenry%2Fci_cd_node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunghenry%2Fci_cd_node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunghenry%2Fci_cd_node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunghenry%2Fci_cd_node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunghenry","download_url":"https://codeload.github.com/dunghenry/ci_cd_node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706527,"owners_count":20496570,"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":["cd","ci","expreesjs","heroku-deployment","unit-testing"],"created_at":"2024-11-26T03:20:26.766Z","updated_at":"2026-04-20T05:03:55.672Z","avatar_url":"https://github.com/dunghenry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Nodejs + CI + CD\n\n### Setup\n\n#### 1,\n\n```js\nnpm init -y\n```\n\n#### 2,\n\n```js\nnpm i express morgan cors helmet dotenv body-parser\n```\n\n#### 3,\n\n```js\nnpm i -D nodemon colors mocha supertest\n```\n\n#### 4, Add script\n\n```js\n\"start\": \"node src/index.js\",\n\"dev\": \"nodemon --inspect src/index.js\",\n\"test\": \"mocha ./__test__/* --exit\"\n```\n\n### Start server\n\n```js\nnpm run dev\n```\n\n### Test\n\n```js\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunghenry%2Fci_cd_node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunghenry%2Fci_cd_node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunghenry%2Fci_cd_node/lists"}