rubenkristian / debio-conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeBio Network Conversion

Decentralized Sovereign Biomed

The Anonymous-First Platform for Medical and Bioinformatics Data.

Node.js version NestJS version Medium


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.

Getting Started

Follow these steps to get started with our Conversion

Node.js Setup

All Node.js versions 14.0.0 above are compatible with our Conversion.

Installation

$ npm install

Running a Development Server

Start the development server with detailed logging:

npm run start:dev

Build for production environments:

npm run build

Execute tests:

npm run test

Run in Docker

First, install Docker and Docker Compose.

Then run the following command to start a Conversion server using Docker Compose.

./.maintain/docker/create-network.sh
./.maintain/docker/start-docker-compose.sh

Server running on http://127.0.0.1:3002.

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 48.1%Language:Shell 22.2%Language:Dockerfile 17.4%Language:JavaScript 12.3%