Skip to content

debiodevops/debio-genetic-analyst-ui

 
 

Repository files navigation

DeBio Network Genetic Analyst UI

Decentralized Sovereign Biomed

The Anonymous-First Platform for Medical and Bioinformatics Data.

Node.js Vue.js 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 Genetic Analyst UI

Node.js Setup

All Node.js versions 14.0.0 above are compatible with our Genetic Analyst UI.

Project setup

cp .env-template .env

adjust the contents of the .env file

Installation

$ npm install

Running a Development Server

Start the development server with detailed logging:

npm run serve

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 Genetic Analyst UI server using Docker Compose.

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

Server running on http://127.0.0.1:8082.

About

DeBio Network's Genetic Analyst dashboard UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 70.0%
  • JavaScript 27.1%
  • Sass 1.7%
  • Shell 0.6%
  • Dockerfile 0.3%
  • HTML 0.2%
  • SCSS 0.1%