{"id":15392603,"url":"https://github.com/renantrs/arq-rest-node-dio","last_synced_at":"2026-04-16T05:01:30.954Z","repository":{"id":41487312,"uuid":"509576136","full_name":"RenanTRS/arq-rest-node-dio","owner":"RenanTRS","description":"Projeto do curso de arquitetura rest com NodeJs na DIO","archived":false,"fork":false,"pushed_at":"2022-07-06T16:26:07.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T19:04:01.823Z","etag":null,"topics":["express","nodejs","postgresql","restapi","sql","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RenanTRS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-01T20:04:43.000Z","updated_at":"2023-05-01T02:48:23.000Z","dependencies_parsed_at":"2022-08-31T14:01:08.685Z","dependency_job_id":null,"html_url":"https://github.com/RenanTRS/arq-rest-node-dio","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/RenanTRS/arq-rest-node-dio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Farq-rest-node-dio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Farq-rest-node-dio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Farq-rest-node-dio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Farq-rest-node-dio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenanTRS","download_url":"https://codeload.github.com/RenanTRS/arq-rest-node-dio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanTRS%2Farq-rest-node-dio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259704411,"owners_count":22898858,"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":["express","nodejs","postgresql","restapi","sql","typescript"],"created_at":"2024-10-01T15:15:20.099Z","updated_at":"2026-04-16T05:01:25.902Z","avatar_url":"https://github.com/RenanTRS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eArquitetura Rest NodeJs\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eProjeto do curso de arquitetura rest com NodeJs na DIO\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/renantrs/arq-rest-node-dio\" alt=\"GitHub License\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/renantrs/arq-rest-node-dio\" alt=\"GitHub top language\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/renantrs/arq-rest-node-dio?color=blue\" alt=\"GitHub last commit\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues/renantrs/arq-rest-node-dio?color=orange\" alt=\"GitHub issues open\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-closed/renantrs/arq-rest-node-dio?color=blue?color=green\" alt=\"GitHub closed issues\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr/renantrs/arq-rest-node-dio?color=orange\" alt=\"GitHub pull request open\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr-closed/renantrs/arq-rest-node-dio?color=green\" alt=\"GitHub closed pull requests\" /\u003e\n\u003c/p\u003e\n\n## How to use\n\nTo clone and run this project, you'll need **[Git](https://git-scm.com)**, **[node v14.19.3](https://nodejs.org/en/)** or higher + **[yarn v1.22.15](https://yarnpkg.com)** or higher installed on your computer. From your command line:\n\n```bash\n#Clone this repository\n$ git clone https://github.com/RenanTRS/arq-rest-node-dio\n\n#Go into the repository\n$ cd arq-rest-node-dio\n\n#Install dependencies\n$ yarn\n#or\n$ npm i\n\n#Run dev\n$ yarn dev\n# or\n$ npm run dev\n\n#Build\n$ yarn build\n#or\n$ npm run build\n\n#Run build\n$ yarn start\n#or\n$ npm run start\n```\n\n## Built with\n\n- [NodeJs](https://nodejs.org/en/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Express](https://www.npmjs.com/package/express)\n- [ts-node-dev](https://www.npmjs.com/package/ts-node-dev)\n- [Babel](https://babeljs.io/docs/en/)\n- [Postgresql](https://www.postgresql.org/)\n- [EsLint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n\n## Contact\n\n- Email me - renantrsouza@gmail.com\n- Connect with me on [LinkedIn](https://www.linkedin.com/in/renantrsouza/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/renantrs/arq-rest-node-dio/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenantrs%2Farq-rest-node-dio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenantrs%2Farq-rest-node-dio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenantrs%2Farq-rest-node-dio/lists"}