GithubHelp home page GithubHelp logo

primary-care-server's Introduction

1.目录结构说明

├─doc # 一些说明文档
│  └─sql # 数据库初始化脚本
├─router # 路由
│  ├─...
├─static # 静态资源
│  └─upload # 上传文件服务存储位置
├─test # 测试文件(.gitignore忽略)
├─utils # 工具类
│  ├─db.js # 数据库连接池
│  ├─utils.js # 封装的一写功能
│  └─Response.js # 请求响应处理对象
├─index.js  # 主接口服务器
├─uploadServer.js  # 上传文件服务器
├─chatServer.js  # 聊天服务器
├─.env  # 配置

1.2 数据库结构

数据库结构

2.运行项目

## 启动所有服务
 pm2 start .\index.js .\chatServer.js .\uploadServer.js

3.接口文档地址

https://console-docs.apipost.cn/preview/81f4754cdd5a0c2d/6d3f156aaa7cdf6f

3.1接口调试中的token设置

使用登陆接口登陆用户, 将返回的用户信息中token字段复制到 认证>Bearer auth认证中;或者在全局参数中设置;

4.项目前端仓库

star

https://gitee.com/zzerx/primary-care-client/

5.工作划分

用户问诊聊天服务丶
用药提醒/登录注册/用户
/新闻模块接口/
综合信息模块接口开发
预约挂号/医药查询/
医院/科室/医生综合信息模块接口开发
医疗宝典模块接口开发

primary-care-server's People

Contributors

0x7a7a6572 avatar check948 avatar lixianseng-dev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.