The Anonymous-First Platform for Medical and Bioinformatics Data.
DeBio Network is a decentralized anonymous-first platform for medical and bioinformatics data. It uses blockchain technology as the immutable transaction ledger to support its processes.
Follow these steps to get started with our Customer UI
All Node.js versions 14.0.0 above are compatible with our Customer UI.
cp .env-template .envadjust the contents of the .env file
$ npm installStart the development server with detailed logging:
npm run serveBuild for production environments:
npm run buildExecute tests:
npm run testFirst, install Docker and Docker Compose.
Then run the following command to start a Customer UI server using Docker Compose.
./.maintain/docker/create-network.sh./.maintain/docker/start-docker-compose.shServer running on http://127.0.0.1:8083.