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

https://github.com/palmcivet/demo-library

图书管理系统
https://github.com/palmcivet/demo-library

Last synced: 3 months ago
JSON representation

图书管理系统

Awesome Lists containing this project

README

        

- [截图](#截图)
- [技术栈](#技术栈)
- [部署](#部署)
- [前端](#前端)
- [后端](#后端)
- [接口](#接口)

> 没有 ASP 的 ASP.NET 练习项目

## 截图

![](docs/screenshot/auth.png "登录")

![](docs/screenshot/home.png "主页")

![](docs/screenshot/search.png "图书检索")

![](docs/screenshot/manage-1.png "信息管理菜单")

![](docs/screenshot/manage-2.png "信息管理界面")

![](docs/screenshot/procedure.png "借还书手续办理")

## 技术栈

- TypeScript
- MariaDB
- 前端
- React
- MobX
- Webpack
- Less
- 后端
- Koa
- Rollup

## 部署

```bash
$ git clone --depth=1 https://github.com/Palmcivet/weak-library.git
$ cd weak-library
```

### 前端

```bash
$ cd client
$ yarn
$ yarn pro:build
```

### 后端

```bash
$ cd server
$ yarn pro:start
```

## 接口

见 [接口文档](docs/interface.md)