{"id":25376653,"url":"https://github.com/glibwild/glibapi","last_synced_at":"2026-05-09T16:05:09.942Z","repository":{"id":277089769,"uuid":"931291320","full_name":"GlibWild/glibapi","owner":"GlibWild","description":"本项目以nodejs构建后端api服务通用框架，开箱即用。避免反复生成。","archived":false,"fork":false,"pushed_at":"2025-02-12T03:39:41.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T04:34:24.608Z","etag":null,"topics":["api","nodejs","nodejs-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/GlibWild.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T03:02:06.000Z","updated_at":"2025-02-12T03:42:56.000Z","dependencies_parsed_at":"2025-02-12T04:44:32.592Z","dependency_job_id":null,"html_url":"https://github.com/GlibWild/glibapi","commit_stats":null,"previous_names":["glibwild/glibapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlibWild%2Fglibapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlibWild%2Fglibapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlibWild%2Fglibapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlibWild%2Fglibapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlibWild","download_url":"https://codeload.github.com/GlibWild/glibapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248020586,"owners_count":21034458,"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":["api","nodejs","nodejs-server"],"created_at":"2025-02-15T04:36:54.795Z","updated_at":"2025-10-26T09:41:55.986Z","avatar_url":"https://github.com/GlibWild.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/GlibWild/glibapi/blob/master/LICENSE)\n\n### 项目说明\n本项目以nodejs构建后端api服务通用框架，开箱即用\n\n### 引入步骤\n```\nstep 1. git clone https://github.com/GlibWild/glibapi.git\n\nstep 2. cd glibapi\n\nstep 3. npm install\n\nstep 4. npm run dev\n```\n\n### 项目目录结构\n\n```\n├── .babelrc \u003c---babel配置\n├── .env \u003c---环境变量\n├── dist \u003c---生成目录\n|   |   ├── .env\n|   |   └── bundle.js\n├── jsconfig.json\n├── LICENSE\n├── nodemon.json \u003c---nodemon配置\n├── package.json\n├── README.md\n├── showfile.js \u003c---生成结构树工具\n├── src\n|   |   ├── app.js \u003c---项目入口\n|   |   ├── controllers \u003c---控制器\n|   |   |   |   ├── authController.js\n|   |   |   |   └── systemController.js\n|   |   ├── middleware \u003c---中间层\n|   |   |   |   └── authMiddleware.js\n|   |   └── router \u003c---路由目录\n|       |       ├── auth.js \u003c----权限路由，如不需受jwt保护\n|       |       ├── index.js \u003c----自动导出路由入口\n|       |       └── routes \u003c---业务路由文件，配置到此处自动导出，且受jwt保护\n|           |           ├── system.js\n|           |           └── test.js\n└── webpack.config.js \u003c----webpack配置\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglibwild%2Fglibapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglibwild%2Fglibapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglibwild%2Fglibapi/lists"}