{"id":22744137,"url":"https://github.com/mehradi-github/ref-rtk-crud-api","last_synced_at":"2025-03-30T04:43:27.779Z","repository":{"id":203678818,"uuid":"710161002","full_name":"mehradi-github/ref-rtk-crud-api","owner":"mehradi-github","description":"Node.js - RESTful API","archived":false,"fork":false,"pushed_at":"2023-11-06T08:16:43.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T07:12:06.139Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehradi-github.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,"governance":null}},"created_at":"2023-10-26T06:28:10.000Z","updated_at":"2023-10-26T07:08:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"72ba97e2-01a1-4547-8a22-a061ddb74e2d","html_url":"https://github.com/mehradi-github/ref-rtk-crud-api","commit_stats":null,"previous_names":["mehradi-github/ref-rtk-crud-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-rtk-crud-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-rtk-crud-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-rtk-crud-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-rtk-crud-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehradi-github","download_url":"https://codeload.github.com/mehradi-github/ref-rtk-crud-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277351,"owners_count":20751548,"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":[],"created_at":"2024-12-11T01:40:00.558Z","updated_at":"2025-03-30T04:43:27.761Z","avatar_url":"https://github.com/mehradi-github.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js - RESTful API\n\n## Init Project\n\n```sh\npnpm init\npnpm add -D typescript\npnpm add @types/node\n\nnpx tsc --init --rootDir src --outDir build \\\n--esModuleInterop --resolveJsonModule --lib es6 \\\n--module commonjs --allowJs true --noImplicitAny true\n\necho \"console.log('Hello world!');\" \u003e ./src/index.ts\n\n# build\npnpm tsc\n\n# OR\npnpm add -D ts-node nodemon\n```\n\nAdd a nodemon.json config.\n\n```json\n{\n  \"watch\": [\"src\"],\n  \"ext\": \".ts,.js\",\n  \"ignore\": [],\n  \"exec\": \"pnpm ts-node ./src/index.ts\"\n}\n```\n\n./package.json\n\n```json\n{\n  \"scripts\": {\n    \"start:dev\": \"pnpm nodemon\"\n  }\n}\n```\n\n## Adding Api\n\n```sh\npnpm add express @types/express\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-rtk-crud-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehradi-github%2Fref-rtk-crud-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-rtk-crud-api/lists"}