Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krxkgit/selectbook
选书查询系统
https://github.com/krxkgit/selectbook
Last synced: 13 days ago
JSON representation
选书查询系统
- Host: GitHub
- URL: https://github.com/krxkgit/selectbook
- Owner: KrxkGit
- License: gpl-3.0
- Created: 2024-02-20T09:31:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:22:01.000Z (4 months ago)
- Last Synced: 2024-07-12T06:43:01.083Z (4 months ago)
- Language: Go
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📖SelectBook
## 👀项目简介本项目为选书查询系统。
项目前端基于 原生 **html + css + js** 编写,后端基于 **golang** 编写。
## ⚡使用方法
请在 编译后的程序 所在目录 添加
> secret.json
文件,其中文件内容如下:
```json
{
"accessTokenQu" : "Your Quxuanshu accessToken",
"accessTokenIsbn" : "Your Tushushuju accessToken"
}
```