# care_system_express **Repository Path**: yimig/care_system_express ## Basic Information - **Project Name**: care_system_express - **Description**: care system backend - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 医生助理系统(后端项目) notice:make sure you have installed Node.js(v15) run command ``` npm install ``` to download all dependencies. It may take some minutes. After install complete, run ``` npm run start ``` to launch the project. project url will be **http://localhost:3000**