Amadeus-1048 / fabric-mims

A medical information management system based on blockchain and Hyperledger Fabric. —— 基于区块链的医疗信息管理系统
MIT License
18 stars 3 forks source link

fabric-mims(ZH)

基于区块链和Hyperledger Fabric的医疗信息管理系统

本系统参考: https://github.com/togettoyou/fabric-realty

教程

环境要求

  1. Linux / Mac OS
  2. Docker、Docker Compose
  3. Golang(>1.18)
  4. Node(14.x)

启动 (本地环境)

  1. fabric-mims/network目录执行 ./start.sh,启动区块链网络.
  2. fabric-mims/application/server 目录执行 go run main.go,启动系统后端.
  3. fabric-mims/application/web 目录执行 yarn run dev ,启动系统前端.
  4. fabric-mims/network/explorer 目录执行 ./start.sh ,启动区块链浏览器.

界面展示

fabric-mims(EN)

A medical information management system based on blockchain and Hyperledger Fabric.

This system is based on: https://github.com/togettoyou/fabric-realty

Tutorial

Environment

  1. Linux / Mac OS
  2. Docker、Docker Compose
  3. Golang(>1.18)
  4. Node(14.x)

Startup (Local Development)

  1. Execute ./start.sh in the fabric-mims/network directory to start blockchain network.
  2. Execute go run main.go in the fabric-mims/application/server directory to start backend.
  3. Execute yarn run dev in the fabric-mims/application/web directory to start frontend.
  4. Execute ./start.sh in the fabric-mims/network/explorer directory to start blockchain explorer.

Display