Glioblastoma multiforme (GBM) biomarker knowledge base
- Clone the repo.
- Make sure you have MongoDB installed locally or a cloud instance.
npm install
in the root directory.- Copy and rename sample.env file to .env and edit the "DB_CONNECTION" string to point to your MongoDB instance.
npm start
in the root directory.