KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
samle
★ 37
Open GitHub ↗
垃圾分类工具后台
Download README (.md)
Explore Similar Repositories
KGNetSocket
:
一个简单的c# socket通信库
Kakao-functional-js
:
카카오 함수형 프로그래밍, ES6+ 강의
geojson
:
Utilities to work with geojson data in Dart
docker-debian10-ansible
:
Debian 10 (Buster) Docker container for Ansible playbook and role testing.
dry-logger
:
Logging library
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
samle
?
Download (.md)
# samle > 垃圾分类工具后台 ### 功能 - 存储openid - 分类展示接口 - 分类详情接口 - 获取百度token - AI识别- - 搜索接口 ### 接口 存储openid `/login` 分类展示接口 `/type` 分类详情接口 `/type/:id` 获取百度token `/image` AI识别 `/image/serach` 搜索接口 `/goods/search` ### 配置文件 修改`config/index.ts`中微信小程序和百度的`ApiKey`和`AppSecret` ### 修改数据库 > 若是没有使用过Typeorm的同学们,请先简单了解下[Typeorm](https://github.com/typeorm/typeorm/blob/master/docs/zh_CN/README.md) 修改目录下`ormconfig.json`文件 ### 线上体验 > 服务器已过期,暂时无法提供服务 ### 前端项目 [Abraham](https://github.com/Surile/Abraham) ### 运行 ```javascript npm install || npm run start yarn install || yarn start ``` ### 浏览器打开 ```javascipt http://localhost:3000 ```