Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 374 Bytes

gliobase

Glioblastoma multiforme (GBM) biomarker knowledge base

Quickstart

  1. Clone the repo.
  2. Make sure you have MongoDB installed locally or a cloud instance.
  3. npm install in the root directory.
  4. Copy and rename sample.env file to .env and edit the "DB_CONNECTION" string to point to your MongoDB instance.
  5. npm start in the root directory.