# bookstore **Repository Path**: imzack/bookstore ## Basic Information - **Project Name**: bookstore - **Description**: 图书管理系统 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bookstore #### 介绍 图书管理系统 #### 软件架构 软件架构说明 主要分为 web 部分和 API 操作部分 web 目录: web界面 api 目录: api服务器 #### 安装教程 web部分 ``` cd web yarn install yarn start ``` api 部分 ``` cd api yarn install tsc node out\server.js