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:3000)

npm start

License

MIT

libsystem's People

Contributors

lxz612 avatar

Watchers

James Cloos avatar

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.