Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.23 KB

egg egg-sequelize license

English | 简体中文

Introduction

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.

Getting started

# 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

Deploy

npm start
npm stop