Code Monkey home page Code Monkey logo

healthchainserver's Introduction

HealthChain后端

================

node v10.16.1+

###部署步骤

1、安装相关依赖

​ npm install

2、安装热启动命令

​ npm install -g nodemon

###启动命令

nodemon start

###目录结构描述

├─bin // 可执行成 ├─build // 执行truffle生成的文件 │ └─contracts // truffle编译后的合约文件 ├─config // 项目有关的配置文件 ├─contracts // solidity合约 ├─dao // 数据库访问层 ├─db // mysql连接 ├─middleware // 中间件 ├─migrations // truffle部署合约脚本 ├─models // 实体类 ├─node_modules // node模块 ├─public // 静态资源 │ ├─charts │ ├─images │ ├─javascripts │ └─stylesheets ├─routes // controller路由 │ ├─admin │ ├─common │ ├─org │ └─users ├─service // 业务逻辑 ├─test ├─utils // 自定义工具类 ├─views // 视图 ├─app.js // 项目配置 ├─package.json // 相关依赖 ├─readme.md // 使用说明 └─truffle-config.js // truffle配置

healthchainserver's People

Contributors

sda1-hacker avatar wyy-lk avatar 1024294008 avatar forgongjin avatar

Stargazers

 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.