GithubHelp home page GithubHelp logo

library_management's Introduction

图书管理系统

项目演示地址 http://120.79.224.142:3000/search

使用方法

git clone https://github.com/edxuanlen/library_management.git
cd library_management
npm start 

后台托管的方式

nohup npm start &

默认输出到nohup.out

需求分析

  • 服务对象分析:

    • 用户

      • 注册(已实现)
      • 登陆 (已实现,有BUG)
      • 修改个人信息 (已实现,可以再优化)
      • 借书 (已实现)
      • 还书 (已实现)
      • 预约书籍 (未实现)
    • 管理员

      • 添加/修改/删除书籍 (实现添加)
      • 增加/减少书本数量 (实现减少)
      • 删除添加用户 (未实现)
      • 查看用户信息并可以修改 (未实现)
      • 拉黑用户 (未实现)
  • route

    • app 设置模板引擎 设置session 设置404错误处理 分发路由

      • index

      • email

      • logup

      • signup

      • mylib

  • public

    • js
    • css
    • images
    • favicon.ico
  • views

    • layouts
    • partials
  • helpers

  • config

    • config
    • defaults
  • bin

    • www

Debug

nodemon

用于debug项目,实现边debug代码,边更新到运行中的应用 https://nodemon.io/

待续

项目中的bug 使用BUGWAIT标注 等待修复

功能实现后再整理路由分发

更新中。。。

library_management's People

Contributors

edxuanlen avatar

Watchers

 avatar

library_management's Issues

登陆问题

登陆验证后的session配置太久
需要优化

服务器调试
登陆后没跳转页面的问题

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.