{"id":14957340,"url":"https://github.com/seawind8888/nobibi","last_synced_at":"2025-08-21T06:43:27.304Z","repository":{"id":47765407,"uuid":"71039087","full_name":"seawind8888/Nobibi","owner":"seawind8888","description":"一款基于Next.js+mongo的轻量级开源社区（open community by Next.js \u0026 mongo）","archived":false,"fork":false,"pushed_at":"2021-06-16T08:38:02.000Z","size":14879,"stargazers_count":246,"open_issues_count":2,"forks_count":72,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-11T20:36:12.724Z","etag":null,"topics":["antd","antdesign","bbs","cms","community","forum","koa","mongodb","mongoose","next","next-js","nextjs","react","redux"],"latest_commit_sha":null,"homepage":"http://180.76.246.178:3006/","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/seawind8888.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":"2016-10-16T08:42:15.000Z","updated_at":"2025-05-14T04:17:07.000Z","dependencies_parsed_at":"2022-09-08T03:22:03.938Z","dependency_job_id":null,"html_url":"https://github.com/seawind8888/Nobibi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seawind8888/Nobibi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seawind8888%2FNobibi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seawind8888%2FNobibi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seawind8888%2FNobibi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seawind8888%2FNobibi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seawind8888","download_url":"https://codeload.github.com/seawind8888/Nobibi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seawind8888%2FNobibi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271436849,"owners_count":24759426,"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-08-21T02:00:08.990Z","response_time":74,"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":["antd","antdesign","bbs","cms","community","forum","koa","mongodb","mongoose","next","next-js","nextjs","react","redux"],"created_at":"2024-09-24T13:14:44.901Z","updated_at":"2025-08-21T06:43:27.204Z","avatar_url":"https://github.com/seawind8888.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNobibi\u003c/h1\u003e\n\n简体中文 | [English](./README_en.md)\n\n\u003e Nobibi 是一款轻量级开源社区，快速搭建属于自己的社区\n\n\u003e 已更新问 ts 版本，原 js 版本请访问：https://github.com/seawind8888/Nobibi/tree/js\n\n## 关于 Nobibi\n\n- Nobibi 是一款轻量级开源社区，包含前后台\n- 前台考虑 SEO 使用 [next.js](https://github.com/zeit/next.js) + antd 服务端渲结构\n- 后台系统基于[Ant Design Pro](https://pro.ant.design/index-cn)(react + dvajs + umijs)搭建开发\n- 后端接口为 koa+moogoose\n\n## 快速开始\n\n\u003e 保证已启动 api 项目[Nobibi-api](https://github.com/seawind8888/Nobibi-api)\n\n1. Clone 项目\n\n```\ngit clone https://github.com/seawind8888/Nobibi my-project\n```\n\n2. 安装依赖\n\n```\ncd my-porject\nnpm install 或 yarn\n```\n\n3. 运行项目\n\n```\nnpm run start\n```\n\n## 相关项目\n\n- [Nobibi-api](https://github.com/seawind8888/Nobibi-api) - Nobibi 后台接口\n- [Nobibi-admin](https://github.com/seawind8888/Nobibi-admin) - Nobibi 管理后台\n- Nobibi-taro - Nobibi 小程序（待开发）\n- Nobibi-nuxt - （待开发）\n\n## 示例项目\n\n请移步：[http://47.244.103.124:3006/](http://47.244.103.124:3006/)\n\n## 效果演示\n\n- 前台\n  ![image](/screenshot/screenshot1.png)\n  ![image](/screenshot/screenshot2.png)\n  ![image](/screenshot/screenshot3.png)\n- 管理后台\n  ![image](/screenshot/demo.gif)\n\n## 项目部署\n\n\u003e 保证已启动 api 项目[Nobibi-api](https://github.com/seawind8888/Nobibi-api)\n\n1. 修改.env 文件下配置\n\n```\nBASE_URL=http://yourapihost:port // 你的api的host地址\n```\n\n2. 将项目除去 node_modules 压缩，上传到服务器\n\n```\nwindows\u0026mac有异同，请自行百度或科学Goo\n```\n\n3. 在服务器项目目录下运行\n\n```\nnpm run build \u0026\u0026 npm run pm2\n```\n\n## 技术选型\n\n![image](/screenshot/Nobibi-structure.png)\n\n## 目录结构\n\n```lua\nant-cms-admin\n├── api/\n│ ├── index.js/         # 接口部分\n├── assets/             # less目录\n├── components/         # 组件目录\n├── constatns/\n│ ├── ActionTypes.js/   # redux-sage action-type\n│ ├── ConstTypes.js/    # next 页面title 配置\n│ └── CustomTheme.js    # 主题样式配置\n├── pages               # 主页面\n│ ├── _app.js/          # App根组件自定义\n│ ├── _document.js/     # document组件自定义\n├── redux               # redux目录\n├── static              # 静态资源引用目录\n├── .editorconfig       # 编辑器配置\n├── .eslintrc           # ESlint配置\n├── .gitignore          # Git忽略文件配置\n├── .prettierignore     # Prettier忽略文件配置\n├── .prettierrc         # Prettier配置\n├── next.config.js      # next配置\n├── pm2.config.js       # pm2配置\n├── server              # next服务配置\n```\n\n## 功能模块\n\n- [x] 注册\n- [x] 登录（持久化）\n- [x] 修改密码\n- [x] 修改资料\n- [x] 发布主题\n- [x] 评论主题\n- [x] 频道切换\n- [x] 点赞\n- [x] 响应式布局\n- [x] 收藏\n- [x] 分享（待开发）\n- [x] 积分（待开发）\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseawind8888%2Fnobibi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseawind8888%2Fnobibi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseawind8888%2Fnobibi/lists"}