# lms_server **Repository Path**: tomatogitee/lms_server ## Basic Information - **Project Name**: lms_server - **Description**: LMS---图书馆管理系统,本项目是基于koa的后端项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-02 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LMS---图书馆管理系统 > 本项目是基于 koa 的后端项目,数据库采用 MySQL 数据库 ## 运行本项目的流程: ### step 1: 克隆本项目到本地 ```bash git clone https://gitee.com/tomatogitee/lms_server.git ``` ### step 2: 安装 `node_modules` 依赖 ```bash yarn ``` ### step 3: 允许构建脚本,构建产物 ```bash yarn dev ``` ### step 4 启动服务 > Tip: nodemon 需要提前全局安装好 > > ```npm > npm install -g nodemon > ``` ```bash nodemon dist/index.js ``` ## 调试方法 ### step 1 ```bash yarn dev ``` ### step 2 运行 `F5` 调试 ## Q & A ### nodemon 是干啥的? > 官方介绍:https://github.com/remy/nodemon#readme A: 我们用 nodemon 主要是为了让我们的服务自动重启