English | 简体中文
qiuzi-hospital-server is a node project for hospital clients, as my graduation design. As a back-end server, it provides API services to three clients, such as the hospital administrator client, the doctor client and the patient client.
# 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