Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krxkgit/selectbook

选书查询系统
https://github.com/krxkgit/selectbook

Last synced: 13 days ago
JSON representation

选书查询系统

Awesome Lists containing this project

README

        

# 📖SelectBook
## 👀项目简介

本项目为选书查询系统。

项目前端基于 原生 **html + css + js** 编写,后端基于 **golang** 编写。

## ⚡使用方法

请在 编译后的程序 所在目录 添加

> secret.json

文件,其中文件内容如下:

```json
{
"accessTokenQu" : "Your Quxuanshu accessToken",
"accessTokenIsbn" : "Your Tushushuju accessToken"
}
```