简体中文 | English
qiuzi-hospital-server 是我的毕业设计项目。作为一个 Node 服务,它为三个客户端提供接口服务。这三个接口服务分别为医院管理端、医院医生操作端和病人服务端。
# clone the project
git clone [email protected]:qiuziGirl/qiuzi-hospital-server.git
# enter the project directory
cd qiuzi-hospital-server
# install dependency
npm install or yarn
# develop
npm run dev or yarn dev
npm start
npm stop