{"id":16429591,"url":"https://github.com/stbui/feed-back-nestjs","last_synced_at":"2026-04-19T15:02:59.212Z","repository":{"id":83892476,"uuid":"135785998","full_name":"stbui/feed-back-nestjs","owner":"stbui","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-02T04:12:06.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-18T15:07:40.266Z","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/stbui.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":"2018-06-02T04:06:34.000Z","updated_at":"2018-06-02T04:12:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8f679d1-9b98-43d0-86cf-f5c2055aded2","html_url":"https://github.com/stbui/feed-back-nestjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stbui/feed-back-nestjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stbui%2Ffeed-back-nestjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stbui%2Ffeed-back-nestjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stbui%2Ffeed-back-nestjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stbui%2Ffeed-back-nestjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stbui","download_url":"https://codeload.github.com/stbui/feed-back-nestjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stbui%2Ffeed-back-nestjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","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-11T08:23:36.159Z","updated_at":"2026-04-19T15:02:59.172Z","avatar_url":"https://github.com/stbui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# feed-back 用户反馈后端服务\n\n## Description\n\ndescription\n\n## Installation\n\n```bash\n$ npm install\n```\n\n## Running the app\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\nnpm run start:prod\n```\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n# database\nmongodb://localhost:27017/feed-back\n\n# api\nhost\n* http://127.0.0.1:3000\n\n\n查询反馈列表\nhttp://127.0.0.1:3000/work-order?currentPage=1\u0026pageSize=2\n```\n{\n    \"count\": 2,\n    \"currentPage\": 0,\n    \"pageSize\": 2,\n    \"totalPage\": 1,\n    \"data\": [\n        {\n            \"content\": \"按钮点击无效\",\n            \"image_url\": \"htt://github.com/stbui\",\n            \"referer\": \"\",\n            \"createTime\": \"2018-06-02T02:09:38.249Z\",\n            \"order_id\": 75\n        },\n        {\n            \"content\": \"按钮点击无效\",\n            \"image_url\": \"htt://github.com/stbui\",\n            \"referer\": \"\",\n            \"createTime\": \"2018-06-02T02:25:47.136Z\",\n            \"order_id\": 45\n        }\n    ]\n}\n```\n\n提交反馈信息\nhttp://127.0.0.1:3000/work-order\n```\n{\n    \"user_id\": \"1\"\n    \"content\": \"按钮点击无效\",\n    \"image_url\": \"htt://github.com/stbui\",\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstbui%2Ffeed-back-nestjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstbui%2Ffeed-back-nestjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstbui%2Ffeed-back-nestjs/lists"}