Giter Club home page Giter Club logo

libsystem's Introduction

Libsystem

使用Express+Mysql搭建的图书馆流通管理系统

技术栈

  • Express-Node.js Web 应用程序框架
  • Mysql-最受欢迎的开源数据库
  • Handlebars-高效率的语义化模板
  • Bootstrap-简洁、直观、强悍的前端开发框架

下载

  1. 直接下载压缩包文件,然后解压到本地(推荐).

  2. 如果你安装了git,也可以使用git clone命令下载到本地.

git clone https://github.com/lxz612/libsystem.git

运行前准备

如果你没有安装Mysql,我推荐用wampxampp集成开发环境来安装Mysql,这样会省去很多不必要的步骤。
安装好了Mysql后,需要按照项目中的“数据库说明”文件先建立数据表,然后在config.js配置好数据库。
注意:因为我用到了数据库事务处理,所以Mysql的内核引擎务必设置为支持事务的innoDB.

运行

  1. 通过npm安装本地服务第三方依赖模块(需要已安装Node.js)
npm install
  1. 启动Mysql服务

  2. 启动node(http://localhost:8080)

npm start

运行截图

1.首页 icon 2.搜索页 icon 3.书目信息页 icon 4.借阅 icon 5.登录 icon 6.当前借阅 icon 7.借阅历史 icon 8.个人信息 icon

License

MIT

libsystem's People

Contributors

lxz612 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

libsystem's Issues

启动后登陆不上云

登陆不上去,数据库已经创建;;
Message:Failed to serialize user into session
Error: Failed to serialize user into session

node_modules目录....

node_modules目录....这个文件夹在node项目里面一般是不用传上来的,太大了,把项目拉下去之后有package.json就可以直接用npm下载包的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.