{"id":17262822,"url":"https://github.com/igassmann/nodejs-api","last_synced_at":"2025-10-11T02:44:35.976Z","repository":{"id":85457555,"uuid":"321118382","full_name":"IGassmann/nodejs-api","owner":"IGassmann","description":"Node.js Sample API","archived":false,"fork":false,"pushed_at":"2022-07-20T15:05:21.000Z","size":3852,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T22:50:49.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/IGassmann.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,"publiccode":null,"codemeta":null}},"created_at":"2020-12-13T17:16:42.000Z","updated_at":"2023-03-08T12:56:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a42f3e7a-5637-45f8-93a8-1646f4355abc","html_url":"https://github.com/IGassmann/nodejs-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IGassmann/nodejs-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGassmann%2Fnodejs-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGassmann%2Fnodejs-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGassmann%2Fnodejs-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGassmann%2Fnodejs-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IGassmann","download_url":"https://codeload.github.com/IGassmann/nodejs-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IGassmann%2Fnodejs-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005966,"owners_count":26084004,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-15T07:54:48.991Z","updated_at":"2025-10-11T02:44:35.924Z","avatar_url":"https://github.com/IGassmann.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IGassmann's Node.js API\n\nREST HTTP API built with [NestJS](https://nestjs.com).\n\n## Architecture\n\nThe API uses an adapted version of Herberto Graca's [Explicit Architecture](https://herbertograca.com/2017/11/16/explicit-architecture-01-ddd-hexagonal-onion-clean-cqrs-how-i-put-it-all-together/).\nFor simplicity's sake, it only contains one component: [`ChannelManagement`](./src/channel-management).\n\nThe domain layer is encapsulated and applies principles of functional programming inspired by\nVladimir Khorikov's [blog post series](https://enterprisecraftsmanship.com/posts/functional-c-immutability/).\n\n![Architecture](./docs/architecture.png)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for\ndevelopment and testing purposes.\n\n### Prerequisites\n\n- [Git](https://git-scm.com/downloads)\n- [Node.js](https://nodejs.org/dist/latest-v10.x/) (version specified in the engines field of [`package.json`](./package.json))\n- [Yarn](https://yarnpkg.com/en/docs/install) (version specified in the engines field of [`package.json`](./package.json))\n\n### Setup\n\n1. Clone this repository.\n2. Install dependencies by running `$ yarn`.\n3. Define your `.env` file (See [`.env.example`](./.env.example)).\n4. Run `$ yarn dev`.\n\n## Developing\n\n### Testing\n\nWrite your tests first and keep them running to catch any undesirable behavior change. The \nproject use [Jest](http://jestjs.io/) as the testing framework. Run this command to keep the tests\nrunning on change:\n\n```bash\n$ yarn test:watch\n```\n\nTests are automatically run before pushing a branch.\n\n### Code Linting\n\nCode linting is handled by [ESLint](https://eslint.org/). It's configured to follow [Airbnb\nJavaScript Style Guide](https://airbnb.io/javascript/). Use the following command for\nlinting all project's files:\n\n```bash\n$ yarn lint\n```\n\nStaged files are automatically linted before a commit.\n\n### Code Formatting\n\nCode formatting is handled by [Prettier](https://prettier.io/). Use the following command\nfor formatting all project's files:\n\n```bash\n$ yarn format\n```\n\nStaged files are automatically formatted before a commit.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figassmann%2Fnodejs-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figassmann%2Fnodejs-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figassmann%2Fnodejs-api/lists"}