author | category | tags | status | ||||||
---|---|---|---|---|---|---|---|---|---|
Edson Ayllon |
proof of concept |
|
deferred |
Healthcare social funding application.
Ethereum Health Platform project installation instructions.
- See Whitepaper for a detailed explanation of the project.
- See Submission Readme for Consensys hackathon submission information.
- See Product Design Documentation for design process and development roadmap.
- Requires Node.js: Visit Node.js website for installation
- Requires Mongodb installation: See Mongodb documentation for instructions
- Requires Metamask: Visit Metamask.io for installation instructions
Install the client:
cd client
npm install || yarn
Install server dependencies:
cd server
npm install || yarn
Start mongodb instance:
mongod
Start server instance:
cd server
npm run start || yarn start
Start client instance:
cd client
npm run start || yarn start
The client should open in a new tab on your default browser.
Note: Metamask is required for some functionality.