Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huruji/HopeLibrarySystem
厚朴工作室图书管理系统Hope books manage system:blue_book:
https://github.com/huruji/HopeLibrarySystem
book camera express fullstack hope hopestudio mysql system
Last synced: 3 months ago
JSON representation
厚朴工作室图书管理系统Hope books manage system:blue_book:
- Host: GitHub
- URL: https://github.com/huruji/HopeLibrarySystem
- Owner: huruji
- Created: 2016-10-17T12:21:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T06:51:38.000Z (over 6 years ago)
- Last Synced: 2024-06-20T22:10:15.538Z (5 months ago)
- Topics: book, camera, express, fullstack, hope, hopestudio, mysql, system
- Language: JavaScript
- Homepage: http://hopelibrary.greywind.xyz
- Size: 33.2 MB
- Stars: 43
- Watchers: 10
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - HopeLibrarySystem
README
# 厚朴工作室图书设备管理系统
> 说明:本项目不再更新
前端页面构建已分离至新的仓库,查看相关文档规范、代码规范、技术栈请到[https://github.com/huruji/HopeLibrarySystemUE](https://github.com/huruji/HopeLibrarySystemUE)
Beta版本0.0.1请浏览[http://98.142.130.76:3000/](http://98.142.130.76:3000/)
## Installation
1. git clonehttps://github.com/huruji/HopeLibrarySystem
2. use filehope_v2.sql
to create your database in your mysql
3. modify fileconfig.js
base on your needs
4. start up appnpm run start
5. viewlocalhost:3000
in your browser## Usage
1. user can borrow books and appointment equipments(用户可以借阅书籍和预约设备)
2. user can receive email before he/she return books(用户会收到邮件提醒归还书籍)
3. user can send email to administrator when he/she appointment equipments(用户可以在预约设备时发送邮件)
4. administrators of book can add books, modify books(图书管理员可以增加、修改图书)
5. administrator of equip can check reservations, he/she can agree or disagree the reservations(设备管理员可以审核预约,他可以通过或者不通过审核)
6. administrator of equip can add equipments, modify equipments(设备管理员可以增加、修改设备)
7. super administrator can add user/administrator, delete user/administrator, modify user/administrator and have all the rights of book adminnistrator/equip adminnistrator(超级管理员可以增加、删除、修改管理员和用户,并拥有图书管理员、设备管理员的所有权限)
8. user/administrator can customize his/her messages like avatar, password(用户和管理员都可以自定义自己的信息,比如:头像、密码)
9. administraror can see some useful data from charts maked by echarts(管理员可以通过图表直观地看到数据统计信息)## Usage images
1. login
![](git_images/100.png)2. chart
![](git_images/200.png)
![](git_images/300.png)
![](git_images/400.png)3. user && administrator
![](git_images/1.png)
![](git_images/2.png)
![](git_images/3.png)
![](git_images/4.png)
![](git_images/5.png)
![](git_images/6.png)